瀏覽代碼

minor rewording

tags/light-jdk7u51+10
Ivan Dubrov 10 年之前
父節點
當前提交
9797ba2f6e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      hotspot/.hg/patches/light-jdk8u5-b13.patch

+ 1
- 1
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();

Loading…
取消
儲存