-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225991 | 14 | Daniel Daugherty | P4 | Resolved | Fixed | team |
JDK-8242120 | 11.0.8-oracle | Daniel Daugherty | P4 | Resolved | Fixed | b02 |
JDK-8241702 | 11.0.8 | Daniel Daugherty | P4 | Resolved | Fixed | b01 |
During my investigation of the following bug:
JDK-8188872 runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
I determined that TimeoutInErrorHandlingTest.java was still
generating core files even though -XX:-CreateCoredumpOnCrash
was specified.
I tracked the issue down to the os::die() function.
It makes more sense to split the fix for this issue fromJDK-8188872,
but they will be tested and likely pushed together.
I determined that TimeoutInErrorHandlingTest.java was still
generating core files even though -XX:-CreateCoredumpOnCrash
was specified.
I tracked the issue down to the os::die() function.
It makes more sense to split the fix for this issue from
but they will be tested and likely pushed together.
- backported by
-
JDK-8225991 os::die() does not honor CreateCoredumpOnCrash option
- Resolved
-
JDK-8241702 os::die() does not honor CreateCoredumpOnCrash option
- Resolved
-
JDK-8242120 os::die() does not honor CreateCoredumpOnCrash option
- Resolved
- relates to
-
JDK-8188872 runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
- Resolved