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=14042>. 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=14042 Memory leaks with JBoss 3.x +(Tomcat/Jetty) ------- Additional Comments From [EMAIL PROTECTED] 2002-11-25 09:30 ------- Okay, circular references should be no problem for a mark & sweep gc. But what about static members holding references to classloaders? Especially in the case of containers that uses shared classloaders. I have seen a static HashMap in the LogFactory class holding such a references for example. In case of shared classloaders those static objects are still reachable, even if the container tries to unload the app. And of course the classloader of the app to unload is also still reachable via the static object. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>