java/5794: gcj fails to verify .class file generated by Sun JDK 1.4 compiler

Tom Tromey tromey@redhat.com
Sat Mar 2 17:16:00 GMT 2002


The following reply was made to PR java/5794; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: Adam Dingle <adam@medovina.org>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/5794: gcj fails to verify .class file generated by Sun JDK  1.4 compiler
Date: 02 Mar 2002 18:41:05 -0700

 >>>>> "Adam" == Adam Dingle <adam@medovina.org> writes:
 
 Adam> I'll be curious to see what you think.  I do seem to get this
 Adam> kind of unusual exception table entry almost any time I compile
 Adam> a try...finally block with JDK 1.4.
 
 Ok, I looked at this class file.
 The exception range is 0-5, with the handler at 5.
 One important thing to know is that the upper limit of the exception
 handler is the address of the instruction *just after* the handled
 region.
 
 I haven't looked at the gcj failure yet.
 
 Tom



More information about the Gcc-prs mailing list