< prev index next >

src/share/vm/gc/g1/g1EvacFailure.cpp

Print this page

        

*** 221,231 **** if (_hrclaimer->claim_region(hr->hrm_index())) { if (hr->evacuation_failed()) { hr->note_self_forwarding_removal_start(during_initial_mark, during_conc_mark); ! _g1h->check_bitmaps("Self-Forwarding Ptr Removal", hr); // In the common case (i.e. when there is no evacuation // failure) we make sure that the following is done when // the region is freed so that it is "ready-to-go" when it's // re-allocated. However, when evacuation failure happens, a --- 221,231 ---- if (_hrclaimer->claim_region(hr->hrm_index())) { if (hr->evacuation_failed()) { hr->note_self_forwarding_removal_start(during_initial_mark, during_conc_mark); ! _g1h->verifier()->check_bitmaps("Self-Forwarding Ptr Removal", hr); // In the common case (i.e. when there is no evacuation // failure) we make sure that the following is done when // the region is freed so that it is "ready-to-go" when it's // re-allocated. However, when evacuation failure happens, a
< prev index next >