< prev index next >

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

Print this page
rev 11567 : 8155263: DisableStartThread should not be applied to GC worker threads
Reviewed-by:

@@ -41,11 +41,11 @@
   if (os::create_thread(this, os::cgc_thread)) {
     // XXX: need to set this to low priority
     // unless "aggressive mode" set; priority
     // should be just less than that of VMThread.
     os::set_priority(this, prio);
-    if (!_should_terminate && !DisableStartThread) {
+    if (!_should_terminate) {
       os::start_thread(this);
     }
   }
 }
 
< prev index next >