index

src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp

Print this page
rev 7315 : [mq]: 8049341

*** 278,288 **** // We now want to allow clearing of the marking bitmap to be // suspended by a collection pause. // We may have aborted just before the remark. Do not bother clearing the // bitmap then, as it has been done during mark abort. if (!cm()->has_aborted()) { - SuspendibleThreadSetJoiner sts; _cm->clearNextBitmap(); } else { assert(!G1VerifyBitmaps || _cm->nextMarkBitmapIsClear(), "Next mark bitmap must be clear"); } } --- 278,287 ----
index