We have had an OutOfMemory exception in our production servers and are currently investigating the same.
We analyzed the dump file using the IBM HeapAnalyzer tool and found 1 leak suspect.
This leak suspect gives us the name of an object having some 500,000 odd children of Object Type ArrayList.
Is it possible for us to extract the data in one of the ArrayList objects that is a memory leak suspect? Since currently it is showing us the object,class,address names etc.
This would help us a lot in determining the root cause of the issue.