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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsPermGen.cpp57 MutexUnlocker mul(lock);
/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.hpp297 // A MutexUnlocker temporarily exits a previously
300 class MutexUnlocker: StackObj { class in inherits:StackObj
305 MutexUnlocker(Monitor * mutex) { function in class:MutexUnlocker
310 ~MutexUnlocker() {
H A DsharedRuntime.cpp2457 MutexUnlocker mu(AdapterHandlerLibrary_lock);
/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp84 MutexUnlocker mul(Heap_lock);
H A DgcLocker.cpp129 MutexUnlocker munlock(JNICritical_lock);
H A DcollectorPolicy.cpp607 MutexUnlocker mul(Heap_lock);
H A DgenCollectedHeap.cpp844 MutexUnlocker mu(Heap_lock); // give up heap lock, execute gets it back
884 MutexUnlocker mu(Heap_lock);
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlassKlass.cpp98 MutexUnlocker mu(MultiArray_lock);
99 MutexUnlocker mc(Compile_lock); // for vtables
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp451 MutexUnlocker mul(Heap_lock);
661 MutexUnlocker mul(Heap_lock);
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1042 MutexUnlocker ml(Compile_lock);
1043 MutexUnlocker locker(MethodCompileQueue_lock);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp645 MutexUnlocker ul(lock());

Completed in 266 milliseconds