hg: hsx/hotspot-gc/hotspot: 7046182: G1: remove unnecessary iterations over the collection set
tony.printezis at oracle.com
tony.printezis at oracle.com
Tue Jun 21 22:38:13 UTC 2011
Changeset: e8b0b0392037
Author: tonyp
Date: 2011-06-21 15:23 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/e8b0b0392037
7046182: G1: remove unnecessary iterations over the collection set
Summary: Remove two unnecessary iterations over the collection set which are supposed to prepare the RSet's of the CSet regions for parallel iterations (we'll make sure this is done incrementally). I'll piggyback on this CR the removal of the G1_REM_SET_LOGGING code.
Reviewed-by: brutisso, johnc
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
! src/share/vm/gc_implementation/g1/heapRegionSets.cpp
! src/share/vm/gc_implementation/g1/heapRegionSets.hpp
More information about the hotspot-gc-dev
mailing list