Analyzing Class Loader

The ClassLoader is the part of the JVM that loads classes into memory. It is a essential component of the Java run-time system. Creating your own ClassLoader lets you to completely redefine how class files are brought into the system.

Class Histogram and Dominator Tree allow grouping by classloader:

screen shot showing a reault grouped by class loader

You can continue to analyze the classloader using a context menu and Inspector View: