Finding Memory Leaks

I am looking for suggestions on tools and/or techniques for finding the cause(s) of a memory leak in my code.

Thank you,

Donald

0
Avatar
Permanently deleted user

YourKit (www.yourkit.com) is a superb memory and performance profiling
tool with excellent IDEA integration.

0
Avatar
Permanently deleted user

The best Java Profiling / Testing Tool (after JDJ readers' choice award
and after my personal experience) is JProfiler:
http://www.ej-technologies.com/products/jprofiler/overview.html

JProfiler is also a companion product for IntelliJ IDEA:
http://companions.jetbrains.com/jprofiler/features.html

Donald McLean wrote:

I am looking for suggestions on tools and/or techniques for finding the cause(s) of a memory leak in my code.

Thank you,

Donald

0

请先登录再写评论。