A large amount of java.beans.GenericBeanInfo objects retained due to BeanUtils maps
Issue
- We experience a java heap space memory leak due to a large amount of java.beans.GenericBeanInfo objects retained from BeanUtils maps. These GenericBeanInfos are entries in a WeakHashMap, using proxies as their keys. Those proxies are strongly referenced in the BeanUtils map, preventing the release of these GenericBeanInfos.
Environment
- JBoss Enterprise Application Platform (EAP)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.