File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
src/hotspot/share/runtime Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ extern Mutex* MethodData_lock; // a lock on installation of me
5959extern Mutex* TouchedMethodLog_lock; // a lock on allocation of LogExecutedMethods info
6060extern Mutex* RetData_lock; // a lock on installation of RetData inside method data
6161extern Monitor* VMOperation_lock; // a lock on queue of vm_operations waiting to execute
62- extern Monitor* VMOperationRequest_lock; // a lock on Threads waiting for a vm_operation to terminate
6362extern Monitor* Threads_lock; // a lock on the Threads table of active Java threads
6463 // (also used by Safepoints too to block threads creation/destruction)
6564extern Mutex* NonJavaThreadsList_lock; // a lock on the NonJavaThreads list
You can’t perform that action at this time.
0 commit comments