-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b49
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8019033 | 7u45 | Sean Chou | P4 | Closed | Fixed | b01 |
JDK-8002061 | 7u40 | Unassigned | P4 | Closed | Fixed | b02 |
A DESCRIPTION OF THE REQUEST :
This is a little enhancement to the error message in java/net/ on both windows and linux. The current out of memory error message is "heap allocation failed ", it makes some user confusing whether the OOM is in java heap or native.
Please look at http://mail.openjdk.java.net/pipermail/net-dev/2012-July/004516.html for the discussion.
JUSTIFICATION :
The enhancement changes the error message from "heap allocation failed" to "Native heap allocation failed" , so it is clear the OOM is from native code.
This is a little enhancement to the error message in java/net/ on both windows and linux. The current out of memory error message is "heap allocation failed ", it makes some user confusing whether the OOM is in java heap or native.
Please look at http://mail.openjdk.java.net/pipermail/net-dev/2012-July/004516.html for the discussion.
JUSTIFICATION :
The enhancement changes the error message from "heap allocation failed" to "Native heap allocation failed" , so it is clear the OOM is from native code.
- backported by
-
JDK-8002061 Update error message to distinguish native OOM and java OOM in net
-
- Closed
-
-
JDK-8019033 Update error message to distinguish native OOM and java OOM in net
-
- Closed
-