hg: jdk9/hs-rt/hotspot: 3 new changesets
yumin.qi at oracle.com
yumin.qi at oracle.com
Fri Jul 31 09:32:19 UTC 2015
Changeset: 3d2f377c9a21
Author: minqi
Date: 2015-07-29 15:08 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3d2f377c9a21
8132242: LogTouchedMethods (8025692) asserts if TieredCompilation is off.
Summary: LogTouchedMethods causes the template interpreter to generate profiling code even if no compiler is used. If TieredCompilation is off, code containing an assertion that checks that UseCompiler is set, is reached. This assertion exists on the sparc and ppc platforms.
Reviewed-by: simonis, iklam, minqi
Contributed-by: goetz.lindenmaier at sap.com
! src/cpu/ppc/vm/interp_masm_ppc_64.cpp
! src/cpu/sparc/vm/interp_masm_sparc.cpp
! test/runtime/CommandLine/PrintTouchedMethods.java
Changeset: 9370b1fc828e
Author: minqi
Date: 2015-07-31 06:13 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/9370b1fc828e
Merge
Changeset: 29e04e68ff8c
Author: minqi
Date: 2015-07-31 07:11 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/29e04e68ff8c
Merge
More information about the jdk9-hs-rt-changes
mailing list