Bugs item #624653, was opened at 2002-10-17 15:29 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=624653&group_id=22866
Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Marco Ladermann (mpl) Assigned to: Nobody/Anonymous (nobody) Summary: UnifiedLoaderRepository2 memory leak Initial Comment: The method removeClassLoader(ClassLoader cl) of the UnifiedLoaderRepository2 does not release all references to the CL to remove. The classloader is left in the loaderToPackagesMap. The line: String[] pkgNames = (String[]) loaderToPackagesMap.get(cl); should be replaced by String[] pkgNames = (String[]) loaderToPackagesMap.remove(cl); Regards Marco ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=624653&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
