On Thursday 17 July 2008 19:19:25 Mick Semb Wever wrote: > > + private static WeakHashMap <Class<? extends Visitor>, > > HashMap<Class<? extends Clause>, Method>> cache = + new > > WeakHashMap<Class<? extends Visitor>,HashMap<Class<? extends Clause>, > > Method>>(); > > This will still leak. > Please use the ReferenceMap from the Sesat Commons Reference Map project. > > ~mck
Hi, I would like an explanation on how this leaks. Because I obviously tried to make it not leak, so just your comment "This will still leak" does not cut it. Håvard _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
