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

antonios.printezis at sun.com antonios.printezis at sun.com
Mon Oct 5 21:50:18 UTC 2009


Changeset: 035d2e036a9b
Author:    tonyp
Date:      2009-10-02 16:12 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/035d2e036a9b

6885041: G1: inconsistent thread dump
Summary: When G1 is enabled, thread dumps are inconsistent as the info for some of the G1 threads is not formatted properly.
Reviewed-by: ysr, johnc

! src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
! src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
! src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
! src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp
! src/share/vm/gc_implementation/g1/concurrentZFThread.cpp
! src/share/vm/gc_implementation/g1/concurrentZFThread.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Changeset: ff2402f6a50b
Author:    tonyp
Date:      2009-10-02 16:20 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/ff2402f6a50b

6882730: G1: parallel heap verification messes up region dump
Summary: It tidies up the G1 heap verification a bit. In particular, when the verification is done in parallel and there is a failure, this is propagated to the top level and the heap is dumped at the end, not by every thread that encounters a failure.
Reviewed-by: johnc, jmasa

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp




More information about the hotspot-gc-dev mailing list