Class PHDCorruptJavaStackFrame
java.lang.Object
com.ibm.dtfj.phd.PHDCorruptData
com.ibm.dtfj.phd.PHDCorruptJavaStackFrame
- All Implemented Interfaces:
CorruptData
,JavaStackFrame
-
Method Summary
Modifier and TypeMethodDescriptionGet a pointer to the base of this stack frameGet the set of object roots from this stack frame.Get the location at which the method owning this frame is currently executingMethods declared in class com.ibm.dtfj.phd.PHDCorruptData
getAddress, toString
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.dtfj.java.JavaStackFrame
equals, hashCode
-
Method Details
-
getBasePointer
Description copied from interface:JavaStackFrame
Get a pointer to the base of this stack frame- Specified by:
getBasePointer
in interfaceJavaStackFrame
- Returns:
- the base pointer of the stack frame
- Throws:
CorruptDataException
-
getHeapRoots
Description copied from interface:JavaStackFrame
Get the set of object roots from this stack frame.- Specified by:
getHeapRoots
in interfaceJavaStackFrame
- Returns:
- an iterator of JavaReferences
-
getLocation
Description copied from interface:JavaStackFrame
Get the location at which the method owning this frame is currently executing- Specified by:
getLocation
in interfaceJavaStackFrame
- Returns:
- a location object describing where the frame is executing
- Throws:
CorruptDataException
- See Also:
-