Find open files in Java heapdump using memory analyzer

2k views Asked by At

I have a java heapdump which I've opened in Memory Analyzer. Is there some way in memory analyzer (mat) to query for open file handles? I would like to identify exactly which class opened the file and holds an active reference to the file.

0

There are 0 answers