-
Bug
-
Resolution: Done
-
Major
-
1.1.3.GA, 1.2.3.GA, 1.3.18.GA
-
None
Due to the way the JDK creates temporary constructors, and the way the weak references work in the JDK, the weak reference cache will almost always leak constructors over time when, for example, multiple EJB requests are performed to a WildFly server. To solve the issue, the weak ref cache has been eliminated and replaced with a strong reference cache which provides an API to drop a class loader's cache on undeploy.
- relates to
-
ISPN-3862 Upgrade JBoss Marshalling to 1.4.x
- Closed