hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 33097 96e348cb0442
parent 32619 47acec81dcca
child 33451 0712796e4039
equal deleted inserted replaced
33095:e56c951d8735 33097:96e348cb0442
   124                                                  // tracker data structures
   124                                                  // tracker data structures
   125 
   125 
   126 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   126 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   127 extern Monitor* Service_lock;                    // a lock used for service thread operation
   127 extern Monitor* Service_lock;                    // a lock used for service thread operation
   128 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
   128 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
       
   129 extern Mutex*   LogConfiguration_lock;           // protects configuration of logging
   129 
   130 
   130 #ifdef INCLUDE_TRACE
   131 #ifdef INCLUDE_TRACE
   131 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   132 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   132 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   133 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   133 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   134 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations