This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Possible bytecode verifier issues
- From: Andrew Haley <aph at redhat dot com>
- To: "Ranjit Mathew" <rmathew at hotmail dot com>
- Cc: "GCJ" <java at gcc dot gnu dot org>
- Date: Fri, 28 Feb 2003 10:18:03 +0000 (GMT)
- Subject: Possible bytecode verifier issues
- References: <OE61B03WG57m3ovyeaZ00011333@hotmail.com>
Ranjit Mathew writes:
> A MinGW GCJ user seems to be running into bytecode
> verification problems with GCJ 3.2 and now GCJ 3.3:
>
> http://sourceforge.net/tracker/index.php?func=detail&aid=693547&group_id=2435&atid=102435
>
> With 3.2, he used to get lots of "bad pc in
> exception_table" errors which disappeared with 3.3,
> but now he gets "warning: exception handler inside
> code that is being protected" warnings.
>
> Is this is a known issue with GCJ or could it be
> that his class bytecodes are really SNAFU-ed?
I have worked on this code. gcj is almost certainly correct about
this.
There is absolutely no point in submitting bug reports without a test
case. If you have a test case I will look at it.
Andrew.