What's a good free tool for investigating unintentional object retention in Java?
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. ...