소스 검색

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…
취소
저장