Finding Memory Leaks Donald McLean 创建于 2007年11月12日 19:21 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
YourKit (www.yourkit.com) is a superb memory and performance profiling
tool with excellent IDEA integration.
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: