< prev index next >

src/share/vm/gc/g1/concurrentMark.inline.hpp

Print this page

        

@@ -126,11 +126,11 @@
     count_region(mr, hr, marked_bytes_array, task_card_bm);
   } else {
     do {
       MemRegion mr(hr->bottom(), hr->top());
       count_region(mr, hr, marked_bytes_array, task_card_bm);
-      hr = _g1h->next_humongous_region(hr);
+      hr = _g1h->next_region_in_humongous(hr);
     } while (hr != NULL);
   }
 }
 
 // Attempts to mark the given object and, if successful, counts
< prev index next >