hg: hsx/hotspot-gc/hotspot: 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause

bengt.rutisson at oracle.com bengt.rutisson at oracle.com
Thu Jul 12 22:53:46 UTC 2012


Changeset: 922993931b3d
Author:    brutisso
Date:      2012-07-11 22:47 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/922993931b3d

7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
Summary: Also reviewed by: vitalyd at gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class
Reviewed-by: johnc

! src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! 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/g1/g1GCPhaseTimes.cpp
+ src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp




More information about the hotspot-gc-dev mailing list