Interface | Description |
---|---|
CorruptData |
This class is used to indicate that corruption has been detected in the image.
|
Image |
Represents an entire operating system image (for example, a core file).
|
ImageAddressSpace |
Represents a single address space within the image.
|
ImageFactory |
This interface is used for classes which can produce instances of Image
implementers.
|
ImageModule |
Represents a shared library loaded into the image, or the executable module itself.
|
ImagePointer |
Represents an address in memory.
|
ImageProcess |
Represents a native operating system process.
|
ImageRegister |
Represents the state of a CPU or FPU register
|
ImageSection |
Represents a contiguous range of memory in an address space.
|
ImageStackFrame |
Represents a native stack frame.
|
ImageSymbol |
Represents a symbol defined in an ImageModule.
|
ImageThread |
Represents a native operating system thread.
|
Exception | Description |
---|---|
CorruptDataException |
Used to indicate that corruption has been detected in the image.
|
DataUnavailable |
This exception is used to indicate that data was requested which
is not available on this system, or in this image.
|
DTFJException |
This class is the superclass of all exceptions thrown by DTFJ classes
|
MemoryAccessException |
Indicates that an attempt was made to access memory which is not included within the image.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2023 IBM Corp. and others.