public final class BoxedRelocatedPointer extends Object
BoxedPointer that is immutable, but has a non-final field, intended to work
around limitations on folding RelocatedPointer into a constant in call stub code.| Constructor and Description |
|---|
BoxedRelocatedPointer(org.graalvm.nativeimage.c.function.RelocatedPointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.graalvm.nativeimage.c.function.RelocatedPointer |
getPointer() |
String |
toString() |