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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2903 HeapWord* task_finger = task->finger(); local
2904 if (task_finger != NULL && task_finger < _heap_end) {
2906 HeapRegion* task_hr = _g1h->heap_region_containing_raw(task_finger);
2907 guarantee(task_finger == task_hr->bottom() ||
2910 task_finger, HR_FORMAT_PARAMS(task_hr)));

Completed in 40 milliseconds