--- old/src/share/vm/gc/g1/concurrentMark.inline.hpp 2015-11-05 13:45:01.410428916 +0100 +++ new/src/share/vm/gc/g1/concurrentMark.inline.hpp 2015-11-05 13:45:01.314428439 +0100 @@ -128,7 +128,7 @@ 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); } }