DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3787>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3787 Starting TomCat 4.0 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-09-24 08:18 ------- The error message you got tells you several interesting things: * This is a problem in the Just-In-Time (JIT) compiler portion of the Java Virtual Machine, not a problem in Tomcat. * The error is non-fatal (it just means this particular method cannot be optimized as aggressively as the JIT might otherwise be able to). * The proper reporting address is at java.sun.com (although it's been reported plenty of times already) If you want to get rid of the message, upgrade to a JDK version >= 1.3, because this issue is specific to JDK 1.2.x.