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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp317 MutexLocker mu(SystemDictionary_lock, THREAD);
362 MutexLocker mu(SystemDictionary_lock, THREAD);
424 MutexLocker mu(SystemDictionary_lock, THREAD);
444 // Waits on SystemDictionary_lock to indicate placeholder table updated
459 // Must release SystemDictionary_lock after notify, since
460 // class loader lock must be claimed before SystemDictionary_lock
466 assert_lock_strong(SystemDictionary_lock);
474 SystemDictionary_lock->wait();
475 SystemDictionary_lock->unlock();
477 SystemDictionary_lock
[all...]
H A DresolutionErrors.cpp37 assert_locked_or_safepoint(SystemDictionary_lock);
48 assert_locked_or_safepoint(SystemDictionary_lock);
H A Dplaceholders.cpp61 // SystemDictionary_lock, so we don't need special precautions
66 assert_locked_or_safepoint(SystemDictionary_lock);
80 assert_locked_or_safepoint(SystemDictionary_lock);
97 assert_locked_or_safepoint(SystemDictionary_lock);
157 assert_locked_or_safepoint(SystemDictionary_lock);
H A Dplaceholders.hpp151 // SystemDictionary_lock, so we don't need special precautions
273 assert_lock_strong(SystemDictionary_lock);
291 assert_lock_strong(SystemDictionary_lock);
305 // SystemDictionary_lock
309 assert_lock_strong(SystemDictionary_lock);
H A Ddictionary.cpp118 assert_locked_or_safepoint(SystemDictionary_lock);
426 assert_locked_or_safepoint(SystemDictionary_lock);
476 assert_locked_or_safepoint(SystemDictionary_lock);
582 assert_locked_or_safepoint(SystemDictionary_lock);
H A DloaderConstraints.cpp480 assert_locked_or_safepoint(SystemDictionary_lock);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp262 // array classes aren't created, and SystemDictionary_lock to ensure that
265 MutexLocker sd(SystemDictionary_lock);
274 // Drop the SystemDictionary_lock, so the results could be wrong from here,
299 // array classes aren't created, and SystemDictionary_lock to ensure that
302 MutexLocker sd(SystemDictionary_lock);
314 // Drop the SystemDictionary_lock, so the results could be wrong from here,
/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp52 Monitor* SystemDictionary_lock = NULL; variable
221 def(SystemDictionary_lock , Monitor, leaf, true ); // lookups done by VM thread
H A DmutexLocker.hpp46 extern Monitor* SystemDictionary_lock; // a lock on the system dictonary
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp226 MutexLocker sd_mutex(SystemDictionary_lock);

Completed in 719 milliseconds