From 9797ba2f6e8b51b9ab7963f894169540269d7fbb Mon Sep 17 00:00:00 2001 From: Ivan Dubrov Date: Thu, 1 May 2014 18:38:48 -0700 Subject: [PATCH] minor rewording --- hotspot/.hg/patches/light-jdk8u5-b13.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5