hg: jdk/sandbox: 3 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Fri Feb 8 13:30:16 UTC 2019
Changeset: 50a5d0353570
Author: tschatzl
Date: 2019-02-08 12:55 +0100
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/50a5d0353570
8217778: StringTable cleanup miscalculates amount of dead objects
Reviewed-by: kbarrett
! src/hotspot/share/gc/shared/weakProcessor.cpp
! src/hotspot/share/gc/shared/weakProcessor.inline.hpp
Changeset: 24341625d8f2
Author: tschatzl
Date: 2019-02-08 12:55 +0100
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/24341625d8f2
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
Reviewed-by: lkorinth, kbarrett
! src/hotspot/share/gc/g1/collectionSetChooser.cpp
! src/hotspot/share/gc/g1/collectionSetChooser.hpp
! src/hotspot/share/gc/g1/g1CollectionSet.cpp
! src/hotspot/share/gc/g1/g1CollectionSet.hpp
+ src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp
+ src/hotspot/share/gc/g1/g1CollectionSetCandidates.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/heapRegion.hpp
! src/hotspot/share/memory/allocation.cpp
Changeset: ef72c85a0534
Author: tschatzl
Date: 2019-02-08 12:55 +0100
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/ef72c85a0534
8217328: Rename CollectionSetChooser to G1CollectionSetChooser
Reviewed-by: lkorinth, kbarrett
- src/hotspot/share/gc/g1/collectionSetChooser.cpp
- src/hotspot/share/gc/g1/collectionSetChooser.hpp
! src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp
+ src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp
+ src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1Policy.hpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
More information about the jdk-sandbox-changes
mailing list