hg: jdk7/hotspot-gc/hotspot: 2 new changesets

tony.printezis at oracle.com tony.printezis at oracle.com
Wed Jun 23 21:05:36 UTC 2010


Changeset: 79107c3a6bd5
Author:    tonyp
Date:      2010-05-07 13:14 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/79107c3a6bd5

6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
Reviewed-by: ysr, johnc

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp

Changeset: 215576b54709
Author:    tonyp
Date:      2010-04-22 15:20 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/215576b54709

6946048: G1: improvements to +PrintGCDetails output
Summary: Small improvements to G1's PrintGCDetails output. It also includes minor formatting details.
Reviewed-by: ysr, johnc

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp




More information about the hotspot-gc-dev mailing list