< prev index next >

src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp

Print this page
rev 7318 : imported patch foreground
rev 7319 : [mq]: foreground-review-stefank
rev 7320 : [mq]: foreground-review-kim

@@ -1244,12 +1244,11 @@
     }
     return true;
   }
 
   // For debugging purposes, change the type of collection.
-  // If the rotation is not on the concurrent collection
-  // type, don't start a concurrent collection.
+  // Rotate between concurrent and stop-the-world full GCs.
   NOT_PRODUCT(
     if (RotateCMSCollectionTypes) {
       return _cmsGen->debug_concurrent_cycle();
     }
   )
< prev index next >