This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC 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: java/5794: gcj fails to verify .class file generated by Sun JDK 1.4 compiler


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


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