You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/24 17:18:37 UTC

DO NOT REPLY [Bug 3787] - Starting TomCat 4.0

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

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From craig.mcclanahan@sun.com  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.