public interface ImageAddressSpace
Represents a single address space within the image.
On some operating systems (e.g. z/OS), there can be more than one address space per core file and more than one process per address space.
Modifier and Type | Method and Description |
---|---|
java.nio.ByteOrder |
getByteOrder()
Return the byte order of this address space.
|
ImageProcess |
getCurrentProcess()
Get the process within this address space that caused the image to be created.
|
java.lang.String |
getID()
Gets the system wide identifier for the address space
|
java.util.Iterator |
getImageSections()
Get the raw memory in the address space.
|
ImagePointer |
getPointer(long address)
A factory method for creating pointers into this address space.
|
java.util.Iterator |
getProcesses()
Get the set of processes within the address space.
|
java.util.Properties |
getProperties()
Gets the OS specific properties for this address space.
|
ImageProcess getCurrentProcess()
java.util.Iterator getProcesses()
ImageProcess
,
CorruptData
java.nio.ByteOrder getByteOrder()
ImagePointer getPointer(long address)
address
- the address to point to.java.util.Iterator getImageSections()
ImageSection
java.lang.String getID() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
java.util.Properties getProperties()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2023 IBM Corp. and others.