Reputation: 935
I want to know if exist any tool or eclipse plugin for java that list the count of instances per class at runtime.
I need it to test a memory leak issue.
Thanks!
Upvotes: 2
Views: 187
Reputation: 230
In my opinion the best eclipse plugin to find memory leaks is Memory Analyzer (MAT)
Upvotes: 1