File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/hotspot/share/runtime Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3636// Mutexes used in the VM (see comment in mutexLocker.hpp):
3737
3838Mutex* NMethodState_lock = nullptr ;
39- Mutex* NMethodEntryBarrier_lock = nullptr ;
4039Monitor* SystemDictionary_lock = nullptr ;
4140Mutex* InvokeMethodTypeTable_lock = nullptr ;
4241Monitor* InvokeMethodIntrinsicTable_lock = nullptr ;
@@ -206,8 +205,6 @@ void assert_lock_strong(const Mutex* lock) {
206205void mutex_init () {
207206 MUTEX_DEFN (tty_lock , PaddedMutex , tty); // allow to lock in VM
208207
209- MUTEX_DEFN (NMethodEntryBarrier_lock , PaddedMutex , service-1 );
210-
211208 MUTEX_DEFN (STS_lock , PaddedMonitor, nosafepoint);
212209
213210 if (UseG1GC) {
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ class Thread;
3434// Mutexes used in the VM.
3535
3636extern Mutex* NMethodState_lock; // a lock used to guard a compiled method state
37- extern Mutex* NMethodEntryBarrier_lock; // protects nmethod entry barrier
3837extern Monitor* SystemDictionary_lock; // a lock on the system dictionary
3938extern Mutex* InvokeMethodTypeTable_lock;
4039extern Monitor* InvokeMethodIntrinsicTable_lock;
You can’t perform that action at this time.
0 commit comments