src/hotspot/share/runtime/mutexLocker.hpp
changeset 50152 b5023063346d
parent 50113 caf115bb98ad
child 50445 bd6b78feb6a3
--- a/src/hotspot/share/runtime/mutexLocker.hpp	Wed May 16 10:27:25 2018 -0700
+++ b/src/hotspot/share/runtime/mutexLocker.hpp	Tue May 15 14:49:10 2018 -0700
@@ -33,6 +33,7 @@
 
 extern Mutex*   Patching_lock;                   // a lock used to guard code patching of compiled code
 extern Monitor* SystemDictionary_lock;           // a lock on the system dictionary
+extern Mutex*   SharedDictionary_lock;           // a lock on the CDS shared dictionary
 extern Mutex*   Module_lock;                     // a lock on module and package related data structures
 extern Mutex*   CompiledIC_lock;                 // a lock used to guard compiled IC patching and access
 extern Mutex*   InlineCacheBuffer_lock;          // a lock used to guard the InlineCacheBuffer