hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 46505 fd4bc78630b1
parent 46384 dacebddcdea0
equal deleted inserted replaced
46504:38048d4d20e7 46505:fd4bc78630b1
    36 extern Mutex*   CompiledIC_lock;                 // a lock used to guard compiled IC patching and access
    36 extern Mutex*   CompiledIC_lock;                 // a lock used to guard compiled IC patching and access
    37 extern Mutex*   InlineCacheBuffer_lock;          // a lock used to guard the InlineCacheBuffer
    37 extern Mutex*   InlineCacheBuffer_lock;          // a lock used to guard the InlineCacheBuffer
    38 extern Mutex*   VMStatistic_lock;                // a lock used to guard statistics count increment
    38 extern Mutex*   VMStatistic_lock;                // a lock used to guard statistics count increment
    39 extern Mutex*   JNIGlobalHandle_lock;            // a lock on creating JNI global handles
    39 extern Mutex*   JNIGlobalHandle_lock;            // a lock on creating JNI global handles
    40 extern Mutex*   JNIHandleBlockFreeList_lock;     // a lock on the JNI handle block free list
    40 extern Mutex*   JNIHandleBlockFreeList_lock;     // a lock on the JNI handle block free list
    41 extern Mutex*   MemberNameTable_lock;            // a lock on the MemberNameTable updates
    41 extern Mutex*   ResolvedMethodTable_lock;        // a lock on the ResolvedMethodTable updates
    42 extern Mutex*   JmethodIdCreation_lock;          // a lock on creating JNI method identifiers
    42 extern Mutex*   JmethodIdCreation_lock;          // a lock on creating JNI method identifiers
    43 extern Mutex*   JfieldIdCreation_lock;           // a lock on creating JNI static field identifiers
    43 extern Mutex*   JfieldIdCreation_lock;           // a lock on creating JNI static field identifiers
    44 extern Monitor* JNICritical_lock;                // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in
    44 extern Monitor* JNICritical_lock;                // a lock used while entering and exiting JNI critical regions, allows GC to sometimes get in
    45 extern Mutex*   JvmtiThreadState_lock;           // a lock on modification of JVMTI thread data
    45 extern Mutex*   JvmtiThreadState_lock;           // a lock on modification of JVMTI thread data
    46 extern Monitor* Heap_lock;                       // a lock on the heap
    46 extern Monitor* Heap_lock;                       // a lock on the heap