-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b35
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016387 | 8 | Tao Mao | P3 | Resolved | Fixed | b94 |
1. print format: %d -> SIZE_FORMAT for type of size_t (variable total_reserved)
Currently, the print format will incorrectly truncate the value in print, which would confuse users.
For example,
$ $JAVA_HOME/bin/java -Xmx130t -version
Error occurred during initialization of VM
Could not reserve enough space for object heap 2097152 bytes
2. *minor: clean up error message call in check_alignment
Currently, the print format will incorrectly truncate the value in print, which would confuse users.
For example,
$ $JAVA_HOME/bin/java -Xmx130t -version
Error occurred during initialization of VM
Could not reserve enough space for object heap 2097152 bytes
2. *minor: clean up error message call in check_alignment
- backported by
-
JDK-8016387 Incorrect print format in error message for VM cannot allocate the requested heap
-
- Resolved
-