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


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