java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThread
com.ibm.j9ddr.view.dtfj.image.J9DDRStubImageThread
- All Implemented Interfaces:
- ImageThread
ImageThread used for when we can't find a matching thread in the image.
 
 Can only return its ID.
- 
Field SummaryFields declared in class com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThreadprocess
- 
Constructor SummaryConstructors
- 
Method SummaryMethods declared in class com.ibm.j9ddr.view.dtfj.image.J9DDRBaseImageThreadgetIDMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface com.ibm.dtfj.image.ImageThreadgetID
- 
Constructor Details- 
J9DDRStubImageThread
 
- 
- 
Method Details- 
getPropertiesDescription copied from interface:ImageThreadGet the OS-specific properties for this thread.- Specified by:
- getPropertiesin interface- ImageThread
- Returns:
- a table of OS-specific properties for this thread.
 Values which are commonly available include
 - "priority" -- the priority of the thread
- "policy" -- the scheduling policy of the thread
 
 
- 
getRegistersDescription copied from interface:ImageThreadGet the register contents.- Specified by:
- getRegistersin interface- ImageThread
- Returns:
- an iterator to iterate over the state of the CPU registers when the image was created. The collection may be empty if the register state is not available for this thread. If the CPU supports partial registers (e.g. AH, AL, AX, EAX, RAX on AMD64), only the largest version of the register will be included
- See Also:
 
- 
getStackFramesDescription copied from interface:ImageThreadGet the set of stack frames on this thread.- Specified by:
- getStackFramesin interface- ImageThread
- Returns:
- an iterator to walk the native stack frames in order from top-of-stack (that is, the most recent frame) to bottom-of-stack. Throws DataUnavailable if native stack frames are not available on this platform.
- Throws:
- DataUnavailable- If native stack frames are not available on this platform
- See Also:
 
- 
getStackSectionsDescription copied from interface:ImageThreadGet the set of image sections which make up the stack.- Specified by:
- getStackSectionsin interface- ImageThread
- Returns:
- a collection of ImageSections which make up the stack. On most platforms this consists of a single entry, but on some platforms the thread's stack may consist of non-contiguous sections
- See Also:
 
- 
getThreadId- Throws:
- CorruptDataException
 
 
-