Searched defs:CMSParGCThreadState (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp182 class CMSParGCThreadState: public CHeapObj<mtGC> { class in inherits:CHeapObj
188 CMSParGCThreadState(CompactibleFreeListSpace* cfls) : lab(cfls) { function in class:CMSParGCThreadState
235 typedef CMSParGCThreadState* CMSParGCThreadStatePtr;
242 _par_gc_thread_states[i] = new CMSParGCThreadState(cmsSpace());
1367 CMSParGCThreadState* ps = _par_gc_thread_states[thread_num];
1455 CMSParGCThreadState* ps = _par_gc_thread_states[thread_num];
1462 CMSParGCThreadState* ps = _par_gc_thread_states[thread_num];
3353 HeapWord* ConcurrentMarkSweepGeneration::expand_and_par_lab_allocate(CMSParGCThreadState* ps, size_t word_sz) {

Completed in 49 milliseconds