Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mat-dev] Find Class object by class name

Hi,

I'm using MAT to debug a permgen memory leak. I have found it a
constant pain to find Class objects by class name - I have to start
from the leaking classloader and click all the way through.

Question: say, I suspect there are two copies of A.class, how can I
find all the A.class objects? In other words, how can I find all the
Class objects who represent the class A?

Thanks,
Tony


Back to the top