hotspot/src/share/vm/runtime/mutexLocker.cpp
changeset 27625 07829380b8cd
parent 25468 5331df506290
child 27628 b655b90d98f4
--- a/hotspot/src/share/vm/runtime/mutexLocker.cpp	Thu Oct 30 12:45:22 2014 +0100
+++ b/hotspot/src/share/vm/runtime/mutexLocker.cpp	Fri Oct 31 09:10:51 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
   }