hg: jdk9/hs-rt/hotspot: 3 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Wed Mar 2 17:08:22 UTC 2016
Changeset: 1286286af412
Author: tschatzl
Date: 2016-03-02 15:55 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/1286286af412
8147121: Evacuation failure allocation statistics added too late
Summary: Move adding evacuation failure statistics to after free_collection_set.
Reviewed-by: brutisso, drwhite
! src/share/vm/gc/g1/g1CollectedHeap.cpp
Changeset: bab3650ec5e6
Author: tschatzl
Date: 2016-03-02 15:57 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/bab3650ec5e6
8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Summary: Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages.
Reviewed-by: brutisso, sjohanss
! src/share/vm/gc/cms/parNewGeneration.cpp
! src/share/vm/gc/g1/g1CollectedHeap.cpp
! src/share/vm/gc/g1/g1EvacStats.cpp
! src/share/vm/gc/g1/g1EvacStats.hpp
! src/share/vm/gc/shared/plab.cpp
! src/share/vm/gc/shared/plab.hpp
! test/gc/g1/TestPLABOutput.java
! test/gc/g1/plab/TestPLABPromotion.java
! test/gc/g1/plab/TestPLABResize.java
! test/gc/g1/plab/lib/LogParser.java
Changeset: e0f999893ca8
Author: tschatzl
Date: 2016-03-02 17:08 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/e0f999893ca8
Merge
More information about the jdk9-all-changes
mailing list