Class RomClassWalker
java.lang.Object
com.ibm.j9ddr.vm29.tools.ddrinteractive.ClassWalker
com.ibm.j9ddr.vm29.tools.ddrinteractive.RomClassWalker
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields declared in class com.ibm.j9ddr.vm29.tools.ddrinteractive.ClassWalker
classWalkerCallback, clazz, debugExtMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
allSlotsInObjectDo
(IClassWalkCallbacks classWalker) Walks every slots in an object and send the values to the classWalkerMethods declared in class com.ibm.j9ddr.vm29.tools.ddrinteractive.ClassWalker
addObjectsasSlot, addObjectsAsSlot, fillDebugExtMap, getClassWalkerCallbacks, getClazz, getDebugExtForMethodName
-
Field Details
-
CFR_STACKMAP_TYPE_OBJECT
public static final int CFR_STACKMAP_TYPE_OBJECT- See Also:
-
CFR_STACKMAP_SAME
public static final int CFR_STACKMAP_SAME- See Also:
-
CFR_STACKMAP_SAME_LOCALS_1_STACK
public static final int CFR_STACKMAP_SAME_LOCALS_1_STACK- See Also:
-
CFR_STACKMAP_SAME_LOCALS_1_STACK_END
public static final int CFR_STACKMAP_SAME_LOCALS_1_STACK_END- See Also:
-
CFR_STACKMAP_SAME_LOCALS_1_STACK_EXTENDED
public static final int CFR_STACKMAP_SAME_LOCALS_1_STACK_EXTENDED- See Also:
-
CFR_STACKMAP_SAME_EXTENDED
public static final int CFR_STACKMAP_SAME_EXTENDED- See Also:
-
CFR_STACKMAP_APPEND_BASE
public static final int CFR_STACKMAP_APPEND_BASE- See Also:
-
CFR_STACKMAP_FULL
public static final int CFR_STACKMAP_FULL- See Also:
-
-
Constructor Details
-
RomClassWalker
-
-
Method Details
-
getContext
-
allSlotsInObjectDo
Description copied from class:ClassWalker
Walks every slots in an object and send the values to the classWalker- Specified by:
allSlotsInObjectDo
in classClassWalker
- Parameters:
classWalker
- a class that will receive the slot and sections of the object- Throws:
CorruptDataException
-