Interface RelocatedPointer
- All Superinterfaces:
ComparableWord, WordBase
- All Known Subinterfaces:
CFunctionPointer
A pointer which is relocated when the native image is loaded at runtime. Relocation entries are
created for such pointers in the native image. As a consequence, the value of a
RelocatedPointer
is not known at native image generation.- Since:
- 19.0
-
Method Summary
Methods inherited from interface ComparableWord
equal, notEqual
Modifier and TypeMethodDescriptionboolean
equal
(ComparableWord val) Compares this word with the specified value.boolean
notEqual
(ComparableWord val) Compares this word with the specified value.