hg: jdk9/hs/hotspot: 2 new changesets
zoltan.majo at oracle.com
zoltan.majo at oracle.com
Wed Jul 6 12:23:44 UTC 2016
Changeset: 29ed49c42486
Author: zmajo
Date: 2016-07-06 11:16 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/29ed49c42486
8160527: Check for final instance field updates can be omitted
Summary: Disable final field resolution in the constant pool cache. Correct error message printed at field resolution. New tests.
Reviewed-by: jrose, coleenp
! src/share/vm/interpreter/interpreterRuntime.cpp
! src/share/vm/interpreter/linkResolver.cpp
+ test/runtime/Final/TestPutField.jasm
+ test/runtime/Final/TestPutMain.java
+ test/runtime/Final/TestPutStatic.jasm
Changeset: 9cb23b2eee22
Author: zmajo
Date: 2016-07-06 12:01 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9cb23b2eee22
Merge
More information about the jdk9-all-changes
mailing list