Searched refs:_no_safepoint_check_flag (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1004 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
1045 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
1053 sync->wait(Mutex::_no_safepoint_check_flag);
1160 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
1162 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
1268 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp851 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
874 MutexLockerEx ml(sync, Mutex::_no_safepoint_check_flag);
882 sync->wait(Mutex::_no_safepoint_check_flag);
982 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
984 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
1077 MutexLockerEx ml(sync_with_child, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1560 MutexLockerEx ml_patch(Patching_lock, Mutex::_no_safepoint_check_flag);
1707 MutexLockerEx ml_patch(Patching_lock, Mutex::_no_safepoint_check_flag);
1991 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
H A Dos.cpp734 MutexLockerEx ml(thread->SR_lock(), Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1253 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
1400 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1274 MutexLockerEx x(SecondaryFreeList_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1033 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp765 MutexLockerEx ml(java_thread->SR_lock(), Mutex::_no_safepoint_check_flag);
812 MutexLockerEx ml(java_thread->SR_lock(), Mutex::_no_safepoint_check_flag);
H A DjvmtiExport.cpp1831 MutexLockerEx ml(Service_lock, Mutex::_no_safepoint_check_flag);
H A Djvm.cpp2834 MutexLockerEx ml(receiver->SR_lock(), Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp87 MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
H A Dparse1.cpp510 MutexLockerEx ml(Compile_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp643 bool timedout = lock()->wait(!Mutex::_no_safepoint_check_flag, NmethodSweepCheckInterval*1000);

Completed in 174 milliseconds

123