public interface ImageThread
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Fetch a unique identifier for the thread.
|
java.util.Properties |
getProperties()
Get the OS-specific properties for this thread.
|
java.util.Iterator |
getRegisters()
Get the register contents.
|
java.util.Iterator |
getStackFrames()
Get the set of stack frames on this thread.
|
java.util.Iterator |
getStackSections()
Get the set of image sections which make up the stack.
|
java.lang.String getID()
throws CorruptDataException
CorruptDataExceptionjava.util.Iterator getStackFrames()
throws DataUnavailable
DataUnavailable - If native stack frames are not available on this platformImageStackFrame,
CorruptDatajava.util.Iterator getStackSections()
ImageSection,
CorruptDatajava.util.Iterator getRegisters()
ImageRegisterjava.util.Properties 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.
DRAFT internal-b00