8159073: : Error handling incomplete when creating GC threads lazily

Reviewed-by: drwhite, tschatzl, sangheki
This commit is contained in:
Jon Masamitsu 2016-06-08 14:11:51 -07:00
parent a3cd491780
commit d618ceab2e
12 changed files with 53 additions and 23 deletions

View file

@ -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") \