Searched refs:global_hr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2893 HeapRegion* global_hr = _g1h->heap_region_containing_raw(global_finger); local
2894 guarantee(global_finger == global_hr->bottom(),
2896 global_finger, HR_FORMAT_PARAMS(global_hr)));

Completed in 254 milliseconds