]> source.dussan.org Git - dcevm.git/commitdiff
minor rewording
authorIvan Dubrov <idubrov@guidewire.com>
Fri, 2 May 2014 01:38:48 +0000 (18:38 -0700)
committerIvan Dubrov <idubrov@guidewire.com>
Fri, 2 May 2014 01:38:48 +0000 (18:38 -0700)
hotspot/.hg/patches/light-jdk8u5-b13.patch

index 368b9b3d0eee66146a9e42169cd3ef81339ac0b1..58844702cae01a929742eb5c89d90dea2f566af3 100644 (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();