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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp118 // helps to impose a global total order on freelistLock ranks;
349 Mutex* freelistLock() const { return &_freelistLock; } function in class:CompactibleFreeListSpace
H A DconcurrentMarkSweepGeneration.cpp999 Mutex* ConcurrentMarkSweepGeneration::freelistLock() const { function in class:ConcurrentMarkSweepGeneration
1000 return cmsSpace()->freelistLock();
1006 MutexLockerEx x(freelistLock(),
1013 assert_lock_strong(freelistLock());
1268 assert_lock_strong(freelistLock());
1617 assert_lock_strong(freelistLock());
2062 debug_only(cms_space->freelistLock())) == 0 ||
2142 _cmsGen->freelistLock()->lock_without_safepoint_check();
2143 _permGen->freelistLock()->lock_without_safepoint_check();
2149 _cmsGen->freelistLock()
[all...]

Completed in 40 milliseconds