--- old/src/hotspot/share/runtime/mutexLocker.hpp 2018-08-23 12:14:31.000000000 -0500 +++ new/src/hotspot/share/runtime/mutexLocker.hpp 2018-08-23 12:14:31.000000000 -0500 @@ -57,7 +57,7 @@ extern Mutex* AdapterHandlerLibrary_lock; // a lock on the AdapterHandlerLibrary extern Mutex* SignatureHandlerLibrary_lock; // a lock on the SignatureHandlerLibrary extern Mutex* VtableStubs_lock; // a lock on the VtableStubs -extern Mutex* SymbolTable_lock; // a lock on the symbol table +extern Mutex* SymbolArena_lock; // a lock on the symbol table arena extern Mutex* StringTable_lock; // a lock on the interned string table extern Monitor* StringDedupQueue_lock; // a lock on the string deduplication queue extern Mutex* StringDedupTable_lock; // a lock on the string deduplication table