-
Bug
-
Resolution: Fixed
-
P4
-
hs10
-
b02
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174854 | 6u14 | John Coomes | P3 | Closed | Fixed | b01 |
JDK-2172236 | 6u5p | John Coomes | P3 | Closed | Fixed | b01 |
Building a 64-bit VM on linux with "gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.1)" dies with:
src/share/vm/utilities/ostream.cpp: In member function `bool networkStream::connect(const char*, short int)':
src/share/vm/utilities/ostream.cpp:832: warning: comparison is always false due to limited range of data type
gmake[2]: *** [ostream.o] Error 1
src/share/vm/utilities/ostream.cpp: In member function `bool networkStream::connect(const char*, short int)':
src/share/vm/utilities/ostream.cpp:832: warning: comparison is always false due to limited range of data type
gmake[2]: *** [ostream.o] Error 1
- backported by
-
JDK-2172236 networkStream::connect() in ostream.cpp is not 64-bit clean
- Closed
-
JDK-2174854 networkStream::connect() in ostream.cpp is not 64-bit clean
- Closed
- relates to
-
JDK-6625327 usage of unsafe literal string conversion to 'char *' breaks the build on Linux with GCC 4.2
- Closed