-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208884 | 8u201 | Fairoz Matte | P4 | Resolved | Fixed | b01 |
JDK-8216704 | emb-8u201 | Fairoz Matte | P4 | Resolved | Fixed | master |
Compared to JDK9, JDK8u version of the error reporting has too little information on OOM related problems.
This enhancement is to improve the error reporting to handle possible reasons for OOM.
Such as
1. UseCompressedOops
2. 32 bit
3. Possible suggestions for 64 bit (Already exist with more specific cases)
The above suggested code changes are already present in 9 as part of "JDK-8136421: JEP 243: Java-Level JVM Compiler Interface"
We could backport related changes in 8u.
This enhancement is to improve the error reporting to handle possible reasons for OOM.
Such as
1. UseCompressedOops
2. 32 bit
3. Possible suggestions for 64 bit (Already exist with more specific cases)
The above suggested code changes are already present in 9 as part of "
We could backport related changes in 8u.
- backported by
-
JDK-8208884 Improve OOM error reporting for JDK8
- Resolved
-
JDK-8216704 Improve OOM error reporting for JDK8
- Resolved
- relates to
-
JDK-8064814 Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops
- Resolved
-
JDK-8026324 hs_err improvement: Add summary section to hs_err file
- Resolved
-
JDK-8026333 hs_err improvement: Print GC Strategy
- Resolved
-
JDK-8026336 hs_err improvement: Print compilation mode, server, client or tiered
- Resolved
(1 relates to)