Code Review for 8009940

Prepared by:johnc on Thu Mar 14 09:59:51 PDT 2013
Workspace:/export/workspaces/8009940
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:cf24d9680c40
Summary of changes: 30 lines changed: 8 ins; 0 del; 22 mod; 5914 unchg
Patch of changes: 8009940.patch
Legend: Modified file
Deleted file
New file

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

rev 4273 : [mq]: 8009536-fix
rev 4274 : 8009940: G1: assert(_finger == _heap_end) failed, concurrentMark.cpp:809
Summary: Skip reference processing if the global marking stack overflows during remark. Do not call set_phase() from within parallel reference processing; use reset_for_reuse() instead. CMTask-0 should reset the marking state only during the concurrent phase of the marking cycle; if an overflow occurs at any stage during the remark, the marking state will be reset after reference processing.
rev 4275 : imported patch jons-review-comments
26 lines changed: 5 ins; 0 del; 21 mod; 4636 unchg

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

rev 4273 : [mq]: 8009536-fix
rev 4275 : imported patch jons-review-comments
4 lines changed: 3 ins; 0 del; 1 mod; 1278 unchg

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