src/hotspot/share/runtime/mutexLocker.hpp
changeset 47778 46cb6af585d4
parent 47756 55714c3d544c
child 48787 7638bf98a312
equal deleted inserted replaced
47777:d85284ccd1bd 47778:46cb6af585d4
   126 #if INCLUDE_TRACE
   126 #if INCLUDE_TRACE
   127 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   127 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   128 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   128 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   129 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   129 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   130 extern Mutex*   JfrStream_lock;                  // protects JFR stream access
   130 extern Mutex*   JfrStream_lock;                  // protects JFR stream access
   131 extern Mutex*   JfrThreadGroups_lock;            // protects JFR access to Thread Groups
       
   132 #endif
   131 #endif
   133 
   132 
   134 #ifndef SUPPORTS_NATIVE_CX8
   133 #ifndef SUPPORTS_NATIVE_CX8
   135 extern Mutex*   UnsafeJlong_lock;                // provides Unsafe atomic updates to jlongs on platforms that don't support cx8
   134 extern Mutex*   UnsafeJlong_lock;                // provides Unsafe atomic updates to jlongs on platforms that don't support cx8
   136 #endif
   135 #endif