Status: New
Owner: ----
New issue 643 by adrianosf: ClassLoader leaks in IndicesCallbackFilter
http://code.google.com/p/google-guice/issues/detail?id=643
Scenario:
Application loads classes using a URLClassLoader. Modules are loaded from
it. There are non-public ImplementedBy classes, but seems to not be the
reason for the problems.
Problem:
When I remove all references to URLClassLoader and its classes/instances,
Guice maintains references that don't let it go away.
Patch:
Although it probably don't fixes the proxy leaks, it let the URLClassLoader
to be released.
The patch is against the 3.0 branch.
Attachments:
guice-classloader-leak.diff 1.9 KB
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.