src/hotspot/share/runtime/mutexLocker.hpp
changeset 58340 f4abe950c3b0
parent 58291 a013100f7a35
child 58481 48a73ec3a817
equal deleted inserted replaced
58339:c7d9df2e470c 58340:f4abe950c3b0
   113 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   113 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   114 extern Monitor* Service_lock;                    // a lock used for service thread operation
   114 extern Monitor* Service_lock;                    // a lock used for service thread operation
   115 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
   115 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
   116 extern Monitor* RedefineClasses_lock;            // locks classes from parallel redefinition
   116 extern Monitor* RedefineClasses_lock;            // locks classes from parallel redefinition
   117 extern Monitor* ThreadsSMRDelete_lock;           // Used by ThreadsSMRSupport to take pressure off the Threads_lock
   117 extern Monitor* ThreadsSMRDelete_lock;           // Used by ThreadsSMRSupport to take pressure off the Threads_lock
       
   118 extern Mutex*   ThreadIdTableCreate_lock;        // Used by ThreadIdTable to lazily create the thread id table
   118 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   119 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   119 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   120 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   120 #if INCLUDE_NMT
   121 #if INCLUDE_NMT
   121 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   122 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   122 #endif
   123 #endif