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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp148 class CMSTokenSyncWithLocks: public CMSTokenSync { class in inherits:CMSTokenSync
154 CMSTokenSyncWithLocks(bool is_cms_thread, Mutex* mutex1, function in class:CMSTokenSyncWithLocks
3679 CMSTokenSyncWithLocks ts(true, bitMapLock());
4589 CMSTokenSyncWithLocks x(true /* is cms thread */,
4616 CMSTokenSyncWithLocks ts(true /* is cms thread */,
4788 CMSTokenSyncWithLocks ts(true, gen->freelistLock(),
4878 CMSTokenSyncWithLocks ts(true, gen->freelistLock(), bitMapLock());
6100 CMSTokenSyncWithLocks ts(true, _permGen->freelistLock(),
6118 CMSTokenSyncWithLocks ts(true, _cmsGen->freelistLock(),
6125 CMSTokenSyncWithLocks t
[all...]

Completed in 42 milliseconds