Searched defs:task_hr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2906 HeapRegion* task_hr = _g1h->heap_region_containing_raw(task_finger); local
2907 guarantee(task_finger == task_hr->bottom() ||
2908 !task_hr->in_collection_set(),
2910 task_finger, HR_FORMAT_PARAMS(task_hr)));

Completed in 37 milliseconds