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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpcTasks.cpp253 "region_stack_index %d region_stack = 0x%x "
348 ParCompactionManager::region_list(cm->region_stack_index()),
349 "region_stack and region_stack_index are inconsistent");
350 ParCompactionManager::push_recycled_stack_index(cm->region_stack_index());
354 int old_region_stack_index = cm->region_stack_index();
H A DpsCompactionManager.hpp150 uint region_stack_index() { return _region_stack_index; } function in class:ParCompactionManager

Completed in 1482 milliseconds