hg: jdk9/hs/hotspot: 4 new changesets
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Thu Jun 12 19:16:56 UTC 2014
Changeset: bf9221b27bb8
Author: jwilhelm
Date: 2014-04-30 02:41 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/bf9221b27bb8
8026396: Remove information duplication in the collector policy
Summary: Cleaned up the usage of flags in collector policy.
Reviewed-by: sjohanss, jcoomes
! src/share/vm/memory/collectorPolicy.cpp
Changeset: 997484ade1c5
Author: jwilhelm
Date: 2014-05-02 02:11 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/997484ade1c5
8042298: Remove the names gen0 and gen1 from the GC code
Summary: Renamed gen0 and gen1 to young and old throughout the GC code.
Reviewed-by: sjohanss, jcoomes
! src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
! src/share/vm/gc_implementation/parallelScavenge/generationSizer.cpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/tenuredGeneration.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
Changeset: 7b37566be57d
Author: jmasa
Date: 2014-06-10 20:46 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7b37566be57d
Merge
! src/share/vm/runtime/globals.hpp
Changeset: 1abbc1e91ac5
Author: iignatyev
Date: 2014-06-11 18:56 +0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1abbc1e91ac5
8044673: Create jtreg groups to list GC specific tests
Reviewed-by: dholmes, iignatyev
Contributed-by: dmitry.fazunenko at oracle.com
! test/TEST.groups
More information about the jdk9-all-changes
mailing list