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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp346 HeapWord* global_finger = _cm->finger(); local
359 } else if (objAddr < global_finger) {
372 _task_id, global_finger);
381 if (objAddr < global_finger) {
387 _task_id, global_finger);
H A DconcurrentMark.cpp2884 HeapWord* global_finger = finger(); local
2885 if (global_finger != NULL && global_finger < _heap_end) {
2893 HeapRegion* global_hr = _g1h->heap_region_containing_raw(global_finger);
2894 guarantee(global_finger == global_hr->bottom(),
2896 global_finger, HR_FORMAT_PARAMS(global_hr)));

Completed in 42 milliseconds