Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177161 | 7 | Poonam Bajaj Parhar | P3 | Closed | Fixed | b31 |
JDK-2172715 | 6u14 | Poonam Bajaj Parhar | P3 | Closed | Fixed | b01 |
The purpose of this RFE is to improve the ability to debug situations where the VM exits unexpectedly via one of the vm_abort/vm_exit code paths. In some cases we don't dump core where arguably we should.
1. By default, dump core for any abort/C Heap OOM *except* "simple" failures during startup (vm_exit_during_initialization).
2. Revisit jni_FatalError: os::abort(false) (see comments).
3. Consider VM options to change the default behaviors (may not be needed.)
4. Ensure dumping core implies creating hs_err log as well (this may already be true in all cases.)
1. By default, dump core for any abort/C Heap OOM *except* "simple" failures during startup (vm_exit_during_initialization).
2. Revisit jni_FatalError: os::abort(false) (see comments).
3. Consider VM options to change the default behaviors (may not be needed.)
4. Ensure dumping core implies creating hs_err log as well (this may already be true in all cases.)
- backported by
-
JDK-2172715 Hotspot vm_exit_out_of_memory should dump core
- Closed
-
JDK-2177161 Hotspot vm_exit_out_of_memory should dump core
- Closed
- relates to
-
JDK-8049226 com/sun/jdi/OptionTest.java test times out again
- Resolved
-
JDK-4336145 hotspot exits on unexpected signals
- Closed
-
JDK-6644629 JVM dies with little/misleading problem information during excessive creation of ORB threads
- Closed
-
JDK-4343963 hotspot dumps core on minor vm exits (e.g. mistyped library name)
- Closed
(1 relates to)