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 2004/10/27 20:41:33 UTC

DO NOT REPLY [Bug 31914] - Memory leak when using Jsp tags (JspWriter)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31914>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31914

Memory leak when using Jsp tags (JspWriter)





------- Additional Comments From yoavs@computer.org  2004-10-27 18:41 -------
I'm not convinced this is a leak.  Do you have a profiler heap dump showing 
where the memory references are held?  The JVM won't release memory back until 
has to (e.g. for GC).  Runtime.gc is only a suggestion, not guaranteed to run.  
Have you actually tried this on multiple platforms, or did you just mark 
platform/os as "All" as it's the default?  What JDK version is this?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org