Skip to content

Commit d64f648

Browse files
committed
Removed unused declartion - Claes
1 parent 371ac28 commit d64f648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/runtime/mutexLocker.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ extern Mutex* MethodData_lock; // a lock on installation of me
5959
extern Mutex* TouchedMethodLog_lock; // a lock on allocation of LogExecutedMethods info
6060
extern Mutex* RetData_lock; // a lock on installation of RetData inside method data
6161
extern 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
6362
extern Monitor* Threads_lock; // a lock on the Threads table of active Java threads
6463
// (also used by Safepoints too to block threads creation/destruction)
6564
extern Mutex* NonJavaThreadsList_lock; // a lock on the NonJavaThreads list

0 commit comments

Comments
 (0)