Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135583 | emb-9 | Thomas Stuefe | P4 | Resolved | Fixed | team |
In case of a crash, an error log is written. Error log writing may timeout for various reasons, therefore a timeout is in place to shut down the VM hard after a given timeout is reached.
Currently, this timeout value is hard wired to be two minutes. It makes sense to make this timeout configurable for two reasons:
- two minutes may be too much in situations where you want the VM to come up quickly again
- two minutes may be too low for situations where error log writing does not hang but just takes its time, and we would rather wait a bit longer for complete hs-err files.
Currently, this timeout value is hard wired to be two minutes. It makes sense to make this timeout configurable for two reasons:
- two minutes may be too much in situations where you want the VM to come up quickly again
- two minutes may be too low for situations where error log writing does not hang but just takes its time, and we would rather wait a bit longer for complete hs-err files.
- backported by
-
JDK-8135583 Make error log write timeout parameter configurable
-
- Resolved
-