Uses of Class
com.ibm.j9ddr.vm29.tools.ddrinteractive.ClassWalker
-
Packages that use ClassWalker Package Description com.ibm.j9ddr.vm29.tools.ddrinteractive -
-
Uses of ClassWalker in com.ibm.j9ddr.vm29.tools.ddrinteractive
Subclasses of ClassWalker in com.ibm.j9ddr.vm29.tools.ddrinteractive Modifier and Type Class Description classRamClassWalkerWalk every slot and sections of a RAMClass The sections are:
-jit vTable
-ramHeader
-vTable
-Extended method block
-RAM methods
-Constant Pool
-Ram static
-Superclasses
-InstanceDescription
-iTable -StaticSplitTable
-SpecialSplitTableclassRomClassWalkerWalk every slot and sections of a ROMClass.Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type ClassWalker Modifier and Type Method Description voidLinearDumper. gatherLayoutInfo(PrintStream out, ClassWalker classWalker, long nestingThreshold)Prints a class in a linear way to the PrintStreamLinearDumper.J9ClassRegionNodeLinearDumper. getAllRegions(ClassWalker classWalker)Returns a tree of regions and slots.
-