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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.hpp74 static OopTaskQueueSet* _stack_array; member in class:ParCompactionManager
122 static OopTaskQueueSet* stack_array() { return _stack_array; }
H A DpsCompactionManager.cpp45 OopTaskQueueSet* ParCompactionManager::_stack_array = NULL; member in class:ParCompactionManager
100 _stack_array = new OopTaskQueueSet(parallel_gc_threads);
101 guarantee(_stack_array != NULL, "Could not allocate stack_array");

Completed in 54 milliseconds