mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8198510: Enable UseDynamicNumberOfGCThreads by default
Reviewed-by: tschatzl, sjohanss
This commit is contained in:
parent
4954362d29
commit
e16d660cc2
@ -1430,9 +1430,10 @@ public:
|
||||
"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") \
|
||||
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 " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user