This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: verification error whilst running Paperclips
- From: Tom Tromey <tromey at redhat dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: 27 Jan 2002 18:08:22 -0700
- Subject: Re: verification error whilst running Paperclips
- References: <87k7u347sm.fsf@tf1.tapsellferrier.co.uk>
- Reply-to: tromey at redhat dot com
>>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
Nic> fatal error: verification failed at PC 10: incompatible return type
How recent is your libgcj?
Per checked in an important verifier bug fix on Jan 24.
If you try with a newer version (after Jan 25) you'll get the added
bonus of a much better error message. For instance it will tell you
the class and method name of the failure. That will aid us greatly in
debugging ...
Nic> I didn't realise that the verifier had been turned on... should
Nic> this be a runtime option?
If it is an option in the JDK then we should make it an option for
gij. I thought it was mandatory though.
Tom