I am trying to detect the memory leaks in my java application using VisualVM
. I am using the VisualVM 1.3.5
.
I followed the steps which should be said in this tutorial http://rejeev.blogspot.in/2009/04/analyzing-memory-leak-in-java.html
After following those steps, I don't know where I have to start edit my code. Is there any way to find the java class and the line number where the memory was leaked to correct the code.
Or any one suggest me a good way to find memory leaks using the VisualVM
.
Good answers are definitely appreciated .