src/hotspot/share/runtime/mutexLocker.hpp
changeset 54301 2f522c487791
parent 54006 a421bdf22394
child 54366 2b48cedce327
equal deleted inserted replaced
54300:1b85f55c9aa2 54301:2f522c487791
    94 extern Mutex*   CompileTaskAlloc_lock;           // a lock held when CompileTasks are allocated
    94 extern Mutex*   CompileTaskAlloc_lock;           // a lock held when CompileTasks are allocated
    95 extern Mutex*   CompileStatistics_lock;          // a lock held when updating compilation statistics
    95 extern Mutex*   CompileStatistics_lock;          // a lock held when updating compilation statistics
    96 extern Mutex*   DirectivesStack_lock;            // a lock held when mutating the dirstack and ref counting directives
    96 extern Mutex*   DirectivesStack_lock;            // a lock held when mutating the dirstack and ref counting directives
    97 extern Mutex*   MultiArray_lock;                 // a lock used to guard allocation of multi-dim arrays
    97 extern Mutex*   MultiArray_lock;                 // a lock used to guard allocation of multi-dim arrays
    98 extern Monitor* Terminator_lock;                 // a lock used to guard termination of the vm
    98 extern Monitor* Terminator_lock;                 // a lock used to guard termination of the vm
       
    99 extern Monitor* InitCompleted_lock;              // a lock used to signal threads waiting on init completed
    99 extern Monitor* BeforeExit_lock;                 // a lock used to guard cleanups and shutdown hooks
   100 extern Monitor* BeforeExit_lock;                 // a lock used to guard cleanups and shutdown hooks
   100 extern Monitor* Notify_lock;                     // a lock used to synchronize the start-up of the vm
   101 extern Monitor* Notify_lock;                     // a lock used to synchronize the start-up of the vm
   101 extern Mutex*   ProfilePrint_lock;               // a lock used to serialize the printing of profiles
   102 extern Mutex*   ProfilePrint_lock;               // a lock used to serialize the printing of profiles
   102 extern Mutex*   ExceptionCache_lock;             // a lock used to synchronize exception cache updates
   103 extern Mutex*   ExceptionCache_lock;             // a lock used to synchronize exception cache updates
   103 extern Mutex*   OsrList_lock;                    // a lock used to serialize access to OSR queues
   104 extern Mutex*   OsrList_lock;                    // a lock used to serialize access to OSR queues