This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
verifier error
- From: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- To: java at gcc dot gnu dot org
- Date: 28 Jan 2002 05:01:47 +0000
- Subject: verifier error
I'll obviously have to send more on this but here's a heads up.
I've just rebuilt GCC with latest CVS and Paperclips still fails to
run because of a verifier error. It used to work and it still works
fine using Sun's tool.
Here's the error I'm getting.
fatal error: verification failed at PC 6
in javax.servlet.http.HttpServlet:testConditional
((Ljavax.servlet.http.HttpServletRequest;
Ljavax.servlet.http.HttpServletResponse;)Z):
wrong argument count for invokeinterface
This is actually inside the servlet API provided by ClasspathX.
If anyone desperately wants to test this you could try with the
paperclips.jar from the CVS on on the savannah project:
http://savannah.gnu.org/projects/paperclips
Otherwise I'll try and get a little bit of debug... I'm not entirely
sure what to give though.
Nic