Relates :
|
|
Relates :
|
Current option is defined as: develop(bool, DieOnSafepointTimeout, false, "Die upon failure to reach safepoint (see SafepointTimeout)") While the original option was conceived to aid debugging during the VM development, it is also useful in product builds to terminate VM when it is stuck. We can make this option diagnostic, and also rename it to match other AbortVMOn* options. For example (builds and passes tier1): http://cr.openjdk.java.net/~shade/8213992/8213992.patch
|