Bugs item #624653, was opened at 2002-10-17 06: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: Closed >Resolution: Fixed Priority: 5 Submitted By: Marco Ladermann (mpl) >Assigned to: Scott M Stark (starksm) 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 ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-10-28 16:42 Message: Logged In: YES user_id=175228 Fixed for 3.0.4 and 3.2beta2 ---------------------------------------------------------------------- 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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
