Package | Description |
---|---|
com.ibm.dtfj.image |
Classes to support reading system images.
|
com.ibm.dtfj.java |
Classes to support Java™ runtime instances.
|
Modifier and Type | Method and Description |
---|---|
byte |
ImagePointer.getByteAt(long index)
Get the value at the given offset from this pointer.
|
double |
ImagePointer.getDoubleAt(long index)
Get the value at the given offset from this pointer.
|
float |
ImagePointer.getFloatAt(long index)
Get the value at the given offset from this pointer.
|
int |
ImagePointer.getIntAt(long index)
Get the value at the given offset from this pointer.
|
long |
ImagePointer.getLongAt(long index)
Get the value at the given offset from this pointer.
|
ImagePointer |
ImagePointer.getPointerAt(long index)
Get the value at the given offset from this pointer.
|
short |
ImagePointer.getShortAt(long index)
Get the value at the given offset from this pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaObject.arraycopy(int srcStart,
java.lang.Object dst,
int dstStart,
int length)
Copies data from the image array into a local Java array.
|
java.lang.Object |
JavaField.get(JavaObject object)
Get the contents of an Object field.
|
boolean |
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field.
|
byte |
JavaField.getByte(JavaObject object)
Get the contents of a byte field.
|
char |
JavaField.getChar(JavaObject object)
Get the contents of a char field.
|
double |
JavaField.getDouble(JavaObject object)
Get the contents of a double field.
|
float |
JavaField.getFloat(JavaObject object)
Get the contents of a float field.
|
int |
JavaField.getInt(JavaObject object)
Get the contents of an int field.
|
long |
JavaField.getLong(JavaObject object)
Get the contents of a long field.
|
JavaObject |
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address
address in the heap. |
short |
JavaField.getShort(JavaObject object)
Get the contents of a short field.
|
java.lang.String |
JavaField.getString(JavaObject object)
Get the contents of a string field.
|
default boolean |
JavaField.isNestedPacked()
Deprecated.
|
default boolean |
JavaField.isNestedPackedArray()
Deprecated.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.