src/hotspot/share/gc/g1/g1EvacFailure.cpp
changeset 48950 f323537c9b75
parent 47678 c84eeb55c55e
child 48890 f9884e190f2b
equal deleted inserted replaced
48949:d2a860bc50a3 48950:f323537c9b75
   218     rspc.zap_remainder();
   218     rspc.zap_remainder();
   219 
   219 
   220     return rspc.marked_bytes();
   220     return rspc.marked_bytes();
   221   }
   221   }
   222 
   222 
   223   bool doHeapRegion(HeapRegion *hr) {
   223   bool do_heap_region(HeapRegion *hr) {
   224     assert(!hr->is_pinned(), "Unexpected pinned region at index %u", hr->hrm_index());
   224     assert(!hr->is_pinned(), "Unexpected pinned region at index %u", hr->hrm_index());
   225     assert(hr->in_collection_set(), "bad CS");
   225     assert(hr->in_collection_set(), "bad CS");
   226 
   226 
   227     if (_hrclaimer->claim_region(hr->hrm_index())) {
   227     if (_hrclaimer->claim_region(hr->hrm_index())) {
   228       if (hr->evacuation_failed()) {
   228       if (hr->evacuation_failed()) {