What is a good free tool for investigating unintentional object retention in Java?

My multithreaded Java program crashed because it ran out of heap space. I don't think it should Assuming that criminals are unintentional object retention, what is a good free tool to investigate what objects are unintentionally retained?

My IDE is eclipse

Solution

The following is a list of open source tools you can see: http://java-source.net/open-source/profilers. Of course, jmap and jconsole are also feasible solutions

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>