< prev index next >

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

Print this page
rev 10389 : imported patch webrev.01

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