< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 49182 : 8198510: Enable UseDynamicNumberOfGCThreads by default
Reviewed-by: tschatzl

*** 1428,1440 **** \ diagnostic(bool, UseSemaphoreGCThreadsSynchronization, true, \ "Use semaphore synchronization for the GC Threads, " \ "instead of synchronization based on mutexes") \ \ ! product(bool, UseDynamicNumberOfGCThreads, false, \ ! "Dynamically choose the number of parallel threads " \ ! "parallel gc will use") \ \ diagnostic(bool, InjectGCWorkerCreationFailure, false, \ "Inject thread creation failures for " \ "UseDynamicNumberOfGCThreads") \ \ --- 1428,1441 ---- \ diagnostic(bool, UseSemaphoreGCThreadsSynchronization, true, \ "Use semaphore synchronization for the GC Threads, " \ "instead of synchronization based on mutexes") \ \ ! product(bool, UseDynamicNumberOfGCThreads, true, \ ! "Dynamically choose the number of threads up to a maximum of " \ ! "ParallelGCThreads parallel collectors will use for garbage " \ ! "collection work") \ \ diagnostic(bool, InjectGCWorkerCreationFailure, false, \ "Inject thread creation failures for " \ "UseDynamicNumberOfGCThreads") \ \
< prev index next >