hg: jdk9/hs-comp/hotspot: 3 new changesets
tobias.hartmann at oracle.com
tobias.hartmann at oracle.com
Fri Oct 24 09:03:53 UTC 2014
Changeset: 06f331be32b8
Author: thartmann
Date: 2014-10-24 08:22 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/06f331be32b8
8061443: Whitebox get*VMFlag() methods fail with develop flags in product builds
Summary: Changed 'get*VMFlag' to return all flags. Added methods 'isLockedVMFlag' and 'isConstantVMFlag' and adapted tests.
Reviewed-by: kvn, dholmes, sla
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/globals.cpp
! src/share/vm/runtime/globals.hpp
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
! test/testlibrary_tests/whitebox/vm_flags/BooleanTest.java
! test/testlibrary_tests/whitebox/vm_flags/IntxTest.java
! test/testlibrary_tests/whitebox/vm_flags/StringTest.java
! test/testlibrary_tests/whitebox/vm_flags/UintxTest.java
! test/testlibrary_tests/whitebox/vm_flags/VmFlagTest.java
Changeset: 6ac82ab8d163
Author: thartmann
Date: 2014-10-24 08:27 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/6ac82ab8d163
8060479: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java test fails with product build
Summary: Added check for product build and compute minimum code cache size accordingly.
Reviewed-by: kvn, iignatyev
! test/compiler/codecache/CheckSegmentedCodeCache.java
Changeset: a754d0298071
Author: thartmann
Date: 2014-10-24 08:35 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a754d0298071
8061486: [TESTBUG] compiler/whitebox/ tests fail : must be osr_compiled (reappeared in nightlies)
Summary: Call warmup code from OSR triggering method to make sure no non-OSR compilation is triggered in the loop.
Reviewed-by: kvn
! test/compiler/whitebox/CompilerWhiteBoxTest.java
More information about the jdk9-all-changes
mailing list