This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: patch for PR java/1208, plus other try-finally cleanups
- To: tromey at redhat dot com
- Subject: Re: patch for PR java/1208, plus other try-finally cleanups
- From: Per Bothner <per at bothner dot com>
- Date: 22 Mar 2001 11:53:26 -0800
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- References: <m2d7bbu71e.fsf@kelso.bothner.com><878zlyet2i.fsf@creche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
> However this patch seems to introduce a new failure.
The bytecode looks ok (from a manual inspection), which suggests a
bug in the verifier. This is the hardest part of the verifier
(dealing with try-finally). I'm looking at it.
If we optimize "(;}" to "{}" then the bug will presumably go away
but of course we want to fix the verifier bug.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/