WebappClassLoader memory leak even with no gc roots

我们两清 提交于 2019-12-05 07:30:04

I think Yourkit has led you to the wrong path.

I have looked into your heap dump using Eclipse Memory Analyzer. It showed, that WebappClassLoader is referenced by class com.inovasoftware.iap.data.access.platform.datarepository.CoherenceDataRepository$$EnhancerByCGLIB$$180c0a4e, which instance is alive in some thread local variable. Some googling showed this: https://hibernate.atlassian.net/browse/HHH-2481

So may be upgrading Hibernate version will be of help.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!