src/hotspot/share/runtime/mutexLocker.hpp
changeset 51520 ef7852ece52b
parent 51511 eb8d5aeabab3
child 51548 35a6956f4243
equal deleted inserted replaced
51519:ecb650023e28 51520:ef7852ece52b
    55 extern Monitor* Heap_lock;                       // a lock on the heap
    55 extern Monitor* Heap_lock;                       // a lock on the heap
    56 extern Mutex*   ExpandHeap_lock;                 // a lock on expanding the heap
    56 extern Mutex*   ExpandHeap_lock;                 // a lock on expanding the heap
    57 extern Mutex*   AdapterHandlerLibrary_lock;      // a lock on the AdapterHandlerLibrary
    57 extern Mutex*   AdapterHandlerLibrary_lock;      // a lock on the AdapterHandlerLibrary
    58 extern Mutex*   SignatureHandlerLibrary_lock;    // a lock on the SignatureHandlerLibrary
    58 extern Mutex*   SignatureHandlerLibrary_lock;    // a lock on the SignatureHandlerLibrary
    59 extern Mutex*   VtableStubs_lock;                // a lock on the VtableStubs
    59 extern Mutex*   VtableStubs_lock;                // a lock on the VtableStubs
    60 extern Mutex*   SymbolTable_lock;                // a lock on the symbol table
    60 extern Mutex*   SymbolArena_lock;                // a lock on the symbol table arena
    61 extern Mutex*   StringTable_lock;                // a lock on the interned string table
    61 extern Mutex*   StringTable_lock;                // a lock on the interned string table
    62 extern Monitor* StringDedupQueue_lock;           // a lock on the string deduplication queue
    62 extern Monitor* StringDedupQueue_lock;           // a lock on the string deduplication queue
    63 extern Mutex*   StringDedupTable_lock;           // a lock on the string deduplication table
    63 extern Mutex*   StringDedupTable_lock;           // a lock on the string deduplication table
    64 extern Monitor* CodeCache_lock;                  // a lock on the CodeCache, rank is special, use MutexLockerEx
    64 extern Monitor* CodeCache_lock;                  // a lock on the CodeCache, rank is special, use MutexLockerEx
    65 extern Mutex*   MethodData_lock;                 // a lock on installation of method data
    65 extern Mutex*   MethodData_lock;                 // a lock on installation of method data