< prev index next >

src/share/vm/gc/shared/genCollectedHeap.cpp

Print this page
rev 10389 : imported patch webrev.01
rev 10393 : [mq]: web.05

@@ -1279,9 +1279,9 @@
 }
 
 void GenCollectedHeap::stop() {
 #if INCLUDE_ALL_GCS
   if (UseConcMarkSweepGC) {
-    ConcurrentMarkSweepThread::stop_all();
+    ConcurrentMarkSweepThread::cmst()->stop();
   }
 #endif
 }
< prev index next >