Searched refs:Patching_lock (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp102 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
316 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
486 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
544 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
H A Dnmethod.cpp1296 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
1340 } // leave critical region under Patching_lock
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp83 assert(Patching_lock->is_locked() ||
145 assert(Patching_lock->is_locked() ||
/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp51 Mutex* Patching_lock = NULL; variable
215 def(Patching_lock , Mutex , special, true ); // used for safepointing and code patching.
H A DmutexLocker.hpp45 extern Mutex* Patching_lock; // a lock used to guard code patching of compiled code
H A Dsweeper.cpp186 if (CompiledIC_lock->is_locked() || Patching_lock->is_locked()) return;
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);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp107 //assert (Patching_lock->owned_by_self(), "must hold lock to patch instruction")
156 assert(Patching_lock->is_locked() ||
195 assert(Patching_lock->is_locked() ||
998 assert(Patching_lock->is_locked() ||
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1033 MutexLockerEx pl(Patching_lock, Mutex::_no_safepoint_check_flag);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp927 MutexLockerEx ml_patch (Patching_lock, Mutex::_no_safepoint_check_flag);

Completed in 67 milliseconds