This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug on Solaris


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]