From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11116 invoked by alias); 3 Mar 2002 01:16:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11085 invoked by uid 71); 3 Mar 2002 01:16:01 -0000 Date: Sat, 02 Mar 2002 17:16:00 -0000 Message-ID: <20020303011601.11081.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/5794: gcj fails to verify .class file generated by Sun JDK 1.4 compiler Reply-To: Tom Tromey X-SW-Source: 2002-03/txt/msg00040.txt.bz2 List-Id: The following reply was made to PR java/5794; it has been noted by GNATS. From: Tom Tromey To: Adam Dingle 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 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