Searched refs:curr_region (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | concurrentMark.cpp | 2729 HeapRegion* curr_region = _g1h->heap_region_containing_raw(finger); local 2730 HeapWord* bottom = curr_region->bottom(); 2731 HeapWord* end = curr_region->end(); 2732 HeapWord* limit = curr_region->next_top_at_mark_start(); 2735 gclog_or_tty->print_cr("[%d] curr_region = "PTR_FORMAT" " 2738 task_num, curr_region, bottom, end, limit); 2752 PTR_FORMAT, task_num, curr_region); 2758 "returning it ", task_num, curr_region); 2760 return curr_region; 2766 "returning NULL", task_num, curr_region); [all...] |
Completed in 38 milliseconds