< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 11458 : code_review1: add logging for failures
rev 11459 : create_thread_failed: fix errors from thread creation failures

*** 1537,1546 **** --- 1537,1550 ---- \ 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") \ + \ diagnostic(bool, ForceDynamicNumberOfGCThreads, false, \ "Force dynamic selection of the number of " \ "parallel threads parallel gc will use to aid debugging") \ \ product(size_t, HeapSizePerGCThread, ScaleForWordSize(64*M), \
< prev index next >