Bug on Solaris
Andrew Haley
aph@cambridge.redhat.com
Tue Jan 8 03:24:00 GMT 2002
Martin Kahlert writes:
> Hi Alexandre,
>
> On Tue, Jan 08, 2002 at 01:50:40AM -0800, Alexandre Petit-Bianco wrote:
> >
> > Martin Kahlert writes:
> >
> > > Double.MIN_VALUE = 0.0
> > > Double.MAX_VALUE = 5.0E-324
> >
> > Do you get the same behavior with gcj generated bytecodes (then
> > compiled to native or interpreted with gij or Sun's VM?)
>
> Yes i do. Tried it with (gcj -C hello.java on Solaris):
> - jdk1.1.7 and jre on Solaris
> - jdk1.2 and java on Solaris
> - gij on Solaris
> - gij on Linux
>
> When i compile using gcj -C hello.java *on Linux*,
> it works everywhere correctly.
>
> Thanks for any hints,
decompile the .class file generated by Solaris and Linux. Decompile
also Double.class on Solaris and Linux.
Andrew.
More information about the Java
mailing list