public interface NativeImagePatcher
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Return the position where the patch is applied.
|
void |
patch(int codePos,
int relative,
byte[] code)
Patch the code buffer.
|
void |
patchData(org.graalvm.word.Pointer pointer,
Object object)
Patch a VMConstant in the native-image.
|
void patch(int codePos,
int relative,
byte[] code)
void patchData(org.graalvm.word.Pointer pointer,
Object object)
int getPosition()