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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp666 typedef Stack<oop, mtGC> GCOopStack; typedef
668 _overflow_stacks = NEW_C_HEAP_ARRAY(GCOopStack, ParallelGCThreads, mtGC);

Completed in 56 milliseconds