Browse Source

minor rewording

tags/light-jdk7u51+10
Ivan Dubrov 10 years ago
parent
commit
9797ba2f6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      hotspot/.hg/patches/light-jdk8u5-b13.patch

+ 1
- 1
hotspot/.hg/patches/light-jdk8u5-b13.patch View File

@@ -970,7 +970,7 @@ diff --git a/src/share/vm/oops/cpCache.cpp b/src/share/vm/oops/cpCache.cpp
+ bytecode_1() == Bytecodes::_invokehandle ||
+ bytecode_1() == Bytecodes::_invokedynamic) {
+ // Entry wasn't initialized yet or was initialized for invokehandle/invokedynamic.
+ // Don't clear it since f2 is not reset when during entry re-resolution.
+ // Don't clear it since f2 will not be reset during entry re-resolution.
+ return;
+ }
+ _indices = constant_pool_index();

Loading…
Cancel
Save