Details
Description
Class WrapDynaClass has a HashMap dynaClasses containing a mapping from Class to
WrapDynaClass. If this class were to be deployed via a shared webapp, then any
reference in there to a class loaded via the webapp classloader will prevent the
webapp classloader from being garbage-collected when the webapp is undeployed.