This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj -C / gcj verifier bug (?)
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Discuss List <java at gcc dot gnu dot org>
- Cc: Per Bothner <per at bothner dot com>
- Date: 08 Dec 2001 19:30:26 -0700
- Subject: Re: gcj -C / gcj verifier bug (?)
- References: <87g06mfrj6.fsf@creche.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> 0: aload_0
Tom> 1: aload_1
Tom> 2: putfield #14=<Field com.ibm.bsf.util.type.TypeConvertorRegistry$1.this$0 com.ibm.bsf.util.type.TypeConvertorRegistry>
Tom> 5: aload_0
Tom> 6: invokespecial #17=<Method java.lang.Object.<init> ()void>
Tom> 9: return
Tom> Is there something I'm missing? Both the JDK and gcj verifiers
Tom> pass this.
I was mistaken here. The JDK rejects this code.
Tom