Rendering the Java heap as a Treemap
Exploring heap dumps
I have investigated many heap dumps over the years, and I usually switch back and forth between two tools:
YourKit Java Profiler to poke around the heap and look for interesting things (ask your company to buy a license!)
Shark...
blog.p-y.wtf9 min read
Nam Nguyen
Android, Web, Stuff
Should this be reversed? If you remove node D in the sample, node A is still reachable by the Root node.
Edit: or perhaps you didn't mean the
AandDin the example are the same asAandDin this definition.