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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp52 uint* ParCompactionManager::_recycled_stack_index = NULL; member in class:ParCompactionManager
72 delete _recycled_stack_index;
91 _recycled_stack_index = NEW_C_HEAP_ARRAY(uint, parallel_gc_threads, mtGC);
135 return _recycled_stack_index[next];
144 _recycled_stack_index[cur] = v;
H A DpsCompactionManager.hpp99 // index into the array _recycled_stack_index and gets a new
102 // draining task, will get a region stack from _recycled_stack_index.
105 static uint* _recycled_stack_index; member in class:ParCompactionManager
106 // The index into _recycled_stack_index of the last region stack index
107 // pushed. If -1, there are no entries into _recycled_stack_index.
109 // The index into _recycled_stack_index of the last region stack index

Completed in 2784 milliseconds