-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 22
-
b25
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8322164 | 21.0.3 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8324113 | 17.0.11 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Some of the error output could be improved. Currently it says :
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 65536 bytes for Failed to commit metaspace.
# Possible reasons:
# .....
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
The output 'bytes for Failed to commit metaspace.' should be rephrased.
The reason should be more clear that it really IS the case for the current JVM that CompressedOops is set.
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 65536 bytes for Failed to commit metaspace.
# Possible reasons:
# .....
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
The output 'bytes for Failed to commit metaspace.' should be rephrased.
The reason should be more clear that it really IS the case for the current JVM that CompressedOops is set.
- backported by
-
JDK-8322164 Adjust hs_err output in malloc/mmap error cases
- Resolved
-
JDK-8324113 Adjust hs_err output in malloc/mmap error cases
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/6513d234
-
Commit openjdk/jdk21u-dev/63aecc5e
-
Commit openjdk/jdk/60c8d9c0
-
Review openjdk/jdk17u-dev/2123
-
Review openjdk/jdk21u-dev/28
-
Review openjdk/jdk21u/417
-
Review openjdk/jdk/16707
(4 links to)