Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 31927 invoked from network); 7 Feb 2005 13:37:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 13:37:58 -0000 Received: (qmail 38839 invoked by uid 500); 7 Feb 2005 13:37:40 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38825 invoked by uid 500); 7 Feb 2005 13:37:40 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38812 invoked by uid 99); 7 Feb 2005 13:37:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from fireext.infoflex.se (HELO fireext.infoflex.se) (195.100.101.101) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Feb 2005 05:37:37 -0800 Received: from no.name.available by fireext.infoflex.se via smtpd (for hermes.apache.org [209.237.227.199]) with ESMTP; Mon, 7 Feb 2005 14:46:32 +0100 Received: from [127.0.0.1] ([10.6.1.74]) by lina.infoflex.se (8.11.6/8.11.0) with ESMTP id j17DbgQ17821 for ; Mon, 7 Feb 2005 14:37:42 +0100 Message-ID: <42076F8E.30202@infoflexconnect.se> Date: Mon, 07 Feb 2005 14:39:26 +0100 From: Roberto Cosenza User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Class loader and garbage collector Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've seen that Spring defines a *org.springframework.web.util.IntrospectorCleanupListener * which flushes the bean introspector which may hold cached references to classes to be garbage collected. In tomcat 5.5.7, using jconsole, I've seen that using the IntrospectorCleanupListener is not enough. The number of loaded classes keep increasing when reloading a webapp. The jconsole only shows the number of loaded classes. Is there any way to see which classes are still referenced so that I can further investigate the problem? /roberto -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information about our carrier-grade messaging products. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org