hg: jdk9/hs/hotspot: 8 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Thu Jan 8 17:04:29 UTC 2015
Changeset: a13726250f7f
Author: tschatzl
Date: 2014-12-23 15:48 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a13726250f7f
8068018: Clean up friends of G1CollectedHeap
Summary: Remove unnecessary friend class declaration in the G1CollectedHeap class.
Reviewed-by: jwilhelm, jmasa
! src/share/vm/gc_implementation/g1/g1Allocator.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
Changeset: 760291a06def
Author: jwilhelm
Date: 2014-12-22 17:33 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/760291a06def
8067947: Regression test for JDK-6522873
Summary: Added a regression test that will fail if we allow extra characters after flag names
Reviewed-by: ctornqvi, tschatzl
+ test/runtime/CommandLine/TestNullTerminatedFlags.java
Changeset: 63c9de418926
Author: jwilhelm
Date: 2015-01-05 15:00 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/63c9de418926
Merge
Changeset: 8c911031c3e7
Author: brutisso
Date: 2015-01-07 10:19 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8c911031c3e7
8067676: Add applicable closed gc jtreg tests to run in JPRT
Reviewed-by: ehelin
! test/TEST.groups
Changeset: 354d56cd6eb2
Author: tschatzl
Date: 2015-01-07 15:15 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/354d56cd6eb2
8048179: Early reclaim of large objects that are referenced by a few objects
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
Reviewed-by: brutisso, jmasa, dfazunen
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
- test/gc/g1/TestEagerReclaimHumongousRegions2.java
+ test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
+ test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
+ test/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java
- test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java
! test/gc/g1/TestGCLogMessages.java
Changeset: 4eab25cf19d2
Author: brutisso
Date: 2015-01-07 15:02 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4eab25cf19d2
8067868: Add GCOld as a JTreg test
Reviewed-by: kbarrett, dfazunen, ehelin
! test/TEST.groups
+ test/stress/gc/TestGCOld.java
Changeset: e38b7790484a
Author: brutisso
Date: 2015-01-07 16:24 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e38b7790484a
Merge
Changeset: 94222120e827
Author: jwilhelm
Date: 2015-01-08 15:44 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/94222120e827
Merge
More information about the jdk9-all-changes
mailing list