hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 37179 4dbcb3a642d2
parent 36508 5f9eee6b383b
parent 37129 af29e306e50b
child 38309 9b8e9c373740
--- a/hotspot/src/share/vm/runtime/mutexLocker.hpp	Tue Mar 22 18:41:09 2016 -0700
+++ b/hotspot/src/share/vm/runtime/mutexLocker.hpp	Wed Mar 23 23:36:29 2016 +0100
@@ -65,7 +65,6 @@
 extern Monitor* CGC_lock;                        // used for coordination between
                                                  // fore- & background GC threads.
 extern Monitor* STS_lock;                        // used for joining/leaving SuspendibleThreadSet.
-extern Monitor* SLT_lock;                        // used in CMS GC for acquiring PLL
 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
 extern Mutex*   SATB_Q_FL_lock;                  // Protects SATB Q
                                                  // buffer free list.