Code Review for 8009940

Prepared by:johnc on Tue Mar 12 16:57:16 PDT 2013
Workspace:/export/workspaces/8009940
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:b3fdbe7a79b3
Summary of changes: 54 lines changed: 33 ins; 0 del; 21 mod; 4603 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.
54 lines changed: 33 ins; 0 del; 21 mod; 4603 unchg

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