Code Review for hotspot

Prepared by:johnc on Fri Dec 23 11:14:39 PST 2011
Workspace:/export/workspaces/g1-par-evac-failure/hotspot
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:1cbe7978b021
Summary of changes: 141 lines changed: 70 ins; 10 del; 61 mod; 7096 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 2910 : 7121496: G1: do the per-region evacuation failure handling work in parallel
Summary: Parallelize the removal of self forwarding pointer etc. by wrapping in a HeapRegion closure, which is then wrapped inside an AbstractGangTask.
Reviewed-by:
139 lines changed: 69 ins; 10 del; 60 mod; 6249 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegion.hpp

rev 2910 : 7121496: G1: do the per-region evacuation failure handling work in parallel
Summary: Parallelize the removal of self forwarding pointer etc. by wrapping in a HeapRegion closure, which is then wrapped inside an AbstractGangTask.
Reviewed-by:
2 lines changed: 1 ins; 0 del; 1 mod; 847 unchg

This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).