This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Curious verifier error
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 28 Jan 2002 12:53:29 -0500 (EST)
- Subject: Re: Curious verifier error
On 28 Jan 2002, Nic Ferrier wrote:
> javac -d bin -classpath bin source/javax/servlet/http/HttpServlet.java
> 6: invokeinterface #99=<InterfaceMethod
> javax.servlet.http.HttpServletResponse.setDateHeader
> (java.lang.String,long)void> nargs:4
Does this have something to do with the fact that lastModifiedTime is a
long, and requires two stack slots?
Jeff