Parcourir la source

minor rewording

tags/light-jdk7u51+10
Ivan Dubrov il y a 10 ans
Parent
révision
9797ba2f6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      hotspot/.hg/patches/light-jdk8u5-b13.patch

+ 1
- 1
hotspot/.hg/patches/light-jdk8u5-b13.patch Voir le fichier

@@ -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();

Chargement…
Annuler
Enregistrer