Upon analyzing heap dump with visualvm, we see lots of cglib related inner classes are not being reclaimed by GC.
class names like: BeanConfig$$EnhancerByCGLIB3232$$FastClassByCGLIB$$$
Anyone having similar issue? Any help will be highly appreciated.
What version of CGLib are you using? If you do a web search on OutOfMemoryError FastClassByCGLIB it seems there were some versions that had a bug causing this.
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
John Hall
Greenhorn
Joined: Apr 06, 2008
Posts: 15
posted
0
Thanks Nathan,
We are using cglib-nodep-2.2.2.jar ( this is the latest in cglib site)
I already tried on google, but no final conclusion if we need to use differebnt cglib jar .
Environment : JBoss 6.0, Spring 3.0.5, Hibernate 3.6