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

Posted by Steve Emmerson on Stack Overflow See other posts from Stack Overflow or by Steve Emmerson
Published on 2010-05-15T14:16:41Z Indexed on 2010/05/15 14:24 UTC
Read the original article Hit count: 156

Filed under:
|
|
|

My multithreaded Java program crashes because it runs out of heap space and I don't think it should. Assuming the culprit is unintentional object retention, what's a good free tool to investigate what objects are being unintentionally retained?

My IDE is Eclipse.

© Stack Overflow or respective owner

Related posts about java

Related posts about object-retention