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


Hi Andrew,

On Tue, Jan 08, 2002 at 11:24:46AM +0000, Andrew Haley wrote:
> decompile the .class file generated by Solaris and Linux.  Decompile
> also Double.class on Solaris and Linux.

$ cat hello.java
public class hello
{
 public static void main(String[] args)
    {
     System.out.println("Double.MIN_VALUE = " + Double.MIN_VALUE);
     System.out.println("Double.MAX_VALUE = " + Double.MAX_VALUE);
    }
}

I append the decompiled (i assume, you meant the output of jcf-dump -c) to
this mail.

Thanks for your help,
Martin.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.

Attachment: linux-c
Description: linux

Attachment: solaris-c
Description: solaris


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