langtools/.hgignore
author johnc
Mon, 18 Oct 2010 15:01:41 -0700
changeset 6982 57c829a0c523
parent 4420 5518c5947f3e
child 9393 a0324a949bb7
permissions -rw-r--r--
6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths. Reviewed-by: tonyp, ysr, jmasa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
^build/
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
^dist/
4420
5518c5947f3e 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 10
diff changeset
     3
/nbproject/private/