views:

18

answers:

0

I have a heap dump, and I'm interested in the values of some static fields in a class using Eclipse MAT. How can I see these?

Using MAT, I can see the class in the histogram, but it has no instances, so a number of views (objects with outgoing refs, dominator tree) are empty. MAT seems to be limited to objects and object members, but I'd love to be shown otherwise.

This is somewhat related to this other question.