aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot/.hg
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2014-05-01 18:38:48 -0700
committerIvan Dubrov <idubrov@guidewire.com>2014-05-01 18:38:48 -0700
commit9797ba2f6e8b51b9ab7963f894169540269d7fbb (patch)
treef8af8d9be539e26c9fd5c2ef4597278f4f019042 /hotspot/.hg
parent4fa9696c67142accd0f348aa10ff5c5adc0f9754 (diff)
downloaddcevm-9797ba2f6e8b51b9ab7963f894169540269d7fbb.tar.gz
dcevm-9797ba2f6e8b51b9ab7963f894169540269d7fbb.zip
minor rewording
Diffstat (limited to 'hotspot/.hg')
-rw-r--r--hotspot/.hg/patches/light-jdk8u5-b13.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot/.hg/patches/light-jdk8u5-b13.patch b/hotspot/.hg/patches/light-jdk8u5-b13.patch
index 368b9b3d..58844702 100644
--- a/hotspot/.hg/patches/light-jdk8u5-b13.patch
+++ b/hotspot/.hg/patches/light-jdk8u5-b13.patch
@@ -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();