Andrew Haley ([EMAIL PROTECTED]) wrote:
> Martin Buchholz wrote:
> > On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote:
> >> The source bundle for OpenJDK 6 build 14 is available for download from:
> >>
> >>    http://download.java.net/openjdk/jdk6/
> > 
> > The new Hotspot 11 failed to compile on a modified 64-bit (debian 
> > arch=amd64)
> > Ubuntu dapper system as follows:
> > 
> > cc1plus: warnings being treated as errors
> > /usr/local/google/home/martin/ws/buildAllOpenJDK6/hotspot/src/share/vm/utilities/ostream.cpp:
> > In member function 'bool networkStream::connect(const char*, short
> > int)':
> > /usr/local/google/home/martin/ws/buildAllOpenJDK6/hotspot/src/share/vm/utilities/ostream.cpp:835:
> > warning: comparison is always false due to limited range of data type
> > 
> > 32-bit systems are unaffected (not sure why).
> 
> It's a bug.  The code is basically this:
> ...

This is http://bugs.sun.com/view_bug.do?bug_id=6679422.  FWIW, the
trivial fix is in jdk7:

        http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/092ea87cc974

Joe, I can try to get this into jdk6-open, but not until next week at
the earliest.  Let me know.

-John

Reply via email to