src/hotspot/share/runtime/mutexLocker.hpp
changeset 53884 1a7b57d02107
parent 53775 5d20b085d893
child 53962 2653e078b057
equal deleted inserted replaced
53883:f41793b5b83f 53884:1a7b57d02107
   131 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   131 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   132 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   132 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   133 #if INCLUDE_NMT
   133 #if INCLUDE_NMT
   134 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   134 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   135 #endif
   135 #endif
       
   136 #if INCLUDE_CDS && INCLUDE_JVMTI
       
   137 extern Mutex*   CDSClassFileStream_lock;         // FileMapInfo::open_stream_for_jvmti
       
   138 #endif
   136 #if INCLUDE_JFR
   139 #if INCLUDE_JFR
   137 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   140 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   138 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   141 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   139 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   142 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   140 extern Mutex*   JfrStream_lock;                  // protects JFR stream access
   143 extern Mutex*   JfrStream_lock;                  // protects JFR stream access