https://issues.apache.org/bugzilla/show_bug.cgi?id=52042

--- Comment #3 from Mark Thomas <ma...@apache.org> 2011-10-17 16:40:14 UTC ---
OK. Looks like the problem isn't the WeakReference but that the fields of a
class which are cached using soft references. There is a chance that a GC run
could clear the soft references which would then make the weak references
eligible for GC too.

It looks like we'll need to revisit the annotation cache implementation.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to