hg: jdk10/hs/hotspot: 2 new changesets

joseph.provino at oracle.com joseph.provino at oracle.com
Mon Feb 27 23:17:37 UTC 2017


Changeset: 86125753bf5b
Author:    jprovino
Date:      2017-02-27 12:41 -0500
URL:       http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/86125753bf5b

8168038: Some methods in G1RemSet are virtual unnecessarily
Summary: G1RemSet has a number of virtual functions, yet is derived from CHeapObj and has no subclasses.
Reviewed-by: kbarrett, tschatzl

! src/share/vm/gc/g1/g1RemSet.hpp

Changeset: 5d3ce4972641
Author:    jprovino
Date:      2017-02-27 23:20 +0100
URL:       http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/5d3ce4972641

Merge

- src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/ClassCollector.java
- test/compiler/aot/cli/jaotc/ClasspathOptionTest.java
- test/compiler/aot/fingerprint/CDSDumper.java
- test/compiler/aot/fingerprint/CDSRunner.java
- test/compiler/aot/fingerprint/SelfChanged.java
- test/compiler/aot/fingerprint/SelfChangedCDS.java
- test/compiler/aot/fingerprint/SuperChanged.java
- test/compiler/c2/cr7200264/Test7200264.sh
- test/compiler/jvmci/compilerToVM/CanInlineMethodTest.java



More information about the jdk10-hs-changes mailing list