-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
5.0, 9, 10
-
sparc
-
solaris_9
Using the Sun C++ option -xport64=implicit for the JVM 64bits build gives a lot
warnings:
"Warning: Converting a 64-bit type value to "int" causes truncation."
% fgrep "Warning: Converting a 64-bit" compLP64_implicit_sort.out |uniq|wc
980 13279 154850
We have to cleanup them to avoid bugs likeJDK-4965430.
This problem occures in all parts of Hotspot. I will start with compiler2.
I looked on all cases for compiler2 and didn't find any bug-like problems.
Will cleanup in the next release.
Vladimir
warnings:
"Warning: Converting a 64-bit type value to "int" causes truncation."
% fgrep "Warning: Converting a 64-bit" compLP64_implicit_sort.out |uniq|wc
980 13279 154850
We have to cleanup them to avoid bugs like
This problem occures in all parts of Hotspot. I will start with compiler2.
I looked on all cases for compiler2 and didn't find any bug-like problems.
Will cleanup in the next release.
Vladimir
- relates to
-
JDK-5089202 cannot allocate a java.lang.StringBuffer object with size of 1GB
-
- Closed
-