hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
changeset 27251 7d667f91ec8d
parent 27154 ccf8883e01be
child 27880 afb974a04396
child 27895 bf55adf78eeb
--- a/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp	Mon Oct 20 10:18:17 2014 +0200
+++ b/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp	Tue Oct 21 11:57:22 2014 +0200
@@ -479,7 +479,7 @@
     _next_gen.par_oop_since_save_marks_iterate_done(i);
   }
 
-  if (UseConcMarkSweepGC && ParallelGCThreads > 0) {
+  if (UseConcMarkSweepGC) {
     // We need to call this even when ResizeOldPLAB is disabled
     // so as to avoid breaking some asserts. While we may be able
     // to avoid this by reorganizing the code a bit, I am loathe