[ http://issues.apache.org/jira/browse/MODELER-15?page=comments#action_12420727 ]
Henri Yandell commented on MODELER-15: -------------------------------------- Is there any issue to that effect within Tomcat's bugzilla that I can point to when I resolve this one? > [modeler] IntrospectionUtils memory leak > ---------------------------------------- > > Key: MODELER-15 > URL: http://issues.apache.org/jira/browse/MODELER-15 > Project: Commons Modeler > Type: Bug > Versions: 1.1 > Environment: Operating System: other > Platform: Other > Reporter: Chris > Fix For: 1.1.1 > > When I reload my webapp, and I profile, I see Method objects in > IntrospectionUtils grow and grow (to the thousands of instances), and none of > my class Objects (or static references) get collected. > This is in the objectsMethods HashTable. > One suggestion: remove the caching > or > Another suggestion: add a method that clears it (or clears it for a certain > classloader), and make sure this method gets called from Tomcat when it > unloads a webapp (since I dont know how a webapp could call this method if > this class is loaded from the system classloader) > More info: > http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action? > pageId=2669 > Thanks! > Chris -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
