hotspot/src/share/vm/runtime/mutexLocker.cpp
changeset 27628 b655b90d98f4
parent 27420 04e6f914cce1
parent 27625 07829380b8cd
child 27645 8fe155d119af
--- a/hotspot/src/share/vm/runtime/mutexLocker.cpp	Fri Oct 31 08:00:09 2014 +0000
+++ b/hotspot/src/share/vm/runtime/mutexLocker.cpp	Mon Nov 03 15:53:48 2014 +0100
@@ -72,7 +72,6 @@
 Monitor* CGC_lock                     = NULL;
 Monitor* STS_lock                     = NULL;
 Monitor* SLT_lock                     = NULL;
-Monitor* iCMS_lock                    = NULL;
 Monitor* FullGCCount_lock             = NULL;
 Monitor* CMark_lock                   = NULL;
 Mutex*   CMRegionStack_lock           = NULL;
@@ -175,9 +174,6 @@
 
   def(CGC_lock                   , Monitor, special,     true ); // coordinate between fore- and background GC
   def(STS_lock                   , Monitor, leaf,        true );
-  if (UseConcMarkSweepGC) {
-    def(iCMS_lock                  , Monitor, special,     true ); // CMS incremental mode start/stop notification
-  }
   if (UseConcMarkSweepGC || UseG1GC) {
     def(FullGCCount_lock           , Monitor, leaf,        true ); // in support of ExplicitGCInvokesConcurrent
   }