< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp

Print this page
rev 51816 : imported patch 8210557-more-logging

*** 379,390 **** // 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()) { G1ConcPhase p(G1ConcurrentPhase::CLEANUP_FOR_NEXT_MARK, this); _cm->cleanup_for_next_mark(); - } else { - assert(!G1VerifyBitmaps || _cm->next_mark_bitmap_is_clear(), "Next mark bitmap must be clear"); } } // Update the number of full collections that have been // completed. This will also notify the FullGCCount_lock in case a --- 379,388 ----
< prev index next >