mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8159073: : Error handling incomplete when creating GC threads lazily
Reviewed-by: drwhite, tschatzl, sangheki
This commit is contained in:
parent
a3cd491780
commit
d618ceab2e
12 changed files with 53 additions and 23 deletions
|
@ -1438,6 +1438,10 @@ public:
|
|||
"Dynamically choose the number of parallel threads " \
|
||||
"parallel gc will use") \
|
||||
\
|
||||
diagnostic(bool, InjectGCWorkerCreationFailure, false, \
|
||||
"Inject thread creation failures for " \
|
||||
"UseDynamicNumberOfGCThreads") \
|
||||
\
|
||||
diagnostic(bool, ForceDynamicNumberOfGCThreads, false, \
|
||||
"Force dynamic selection of the number of " \
|
||||
"parallel threads parallel gc will use to aid debugging") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue