public interface ImageThread
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Fetch a unique identifier for the thread.
|
Properties |
getProperties()
Get the OS-specific properties for this thread.
|
Iterator |
getRegisters()
Get the register contents.
|
Iterator |
getStackFrames()
Get the set of stack frames on this thread.
|
Iterator |
getStackSections()
Get the set of image sections which make up the stack.
|
String getID() throws CorruptDataException
CorruptDataExceptionIterator getStackFrames() throws DataUnavailable
DataUnavailable - If native stack frames are not available on this platformImageStackFrame,
CorruptDataIterator getStackSections()
ImageSection,
CorruptDataIterator getRegisters()
ImageRegisterProperties getProperties()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.