[core] Remove @FastNative annotation of onPostFixupStaticTrampolines() (#468)
* This is not even a native method.
This commit is contained in:
parent
65f387f429
commit
80646bfa3c
|
|
@ -30,7 +30,6 @@ public class ClassLinker {
|
||||||
@FastNative
|
@FastNative
|
||||||
public static native void setEntryPointsToInterpreter(Executable method);
|
public static native void setEntryPointsToInterpreter(Executable method);
|
||||||
|
|
||||||
@FastNative
|
|
||||||
public static void onPostFixupStaticTrampolines(Class<?> clazz) {
|
public static void onPostFixupStaticTrampolines(Class<?> clazz) {
|
||||||
// native flags will be re-set in hooking logic
|
// native flags will be re-set in hooking logic
|
||||||
PendingHooks.hookPendingMethod(clazz);
|
PendingHooks.hookPendingMethod(clazz);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue