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