Interface RelocatedPointer

All Superinterfaces:
org.graalvm.word.ComparableWord, org.graalvm.word.WordBase
All Known Subinterfaces:
CFunctionPointer

public interface RelocatedPointer extends org.graalvm.word.ComparableWord
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 org.graalvm.word.ComparableWord

    equal, notEqual

    Methods inherited from interface org.graalvm.word.WordBase

    equals, rawValue