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

+ bytecode_1() == Bytecodes::_invokehandle || + bytecode_1() == Bytecodes::_invokehandle ||
+ bytecode_1() == Bytecodes::_invokedynamic) { + bytecode_1() == Bytecodes::_invokedynamic) {
+ // Entry wasn't initialized yet or was initialized for invokehandle/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; + return;
+ } + }
+ _indices = constant_pool_index(); + _indices = constant_pool_index();

Loading…
Cancel
Save