This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: verification error whilst running Paperclips


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]