[core] Remove @FastNative annotation of onPostFixupStaticTrampolines() (#468)

* This is not even a native method.
This commit is contained in:
Wang Han 2021-04-08 15:32:54 +08:00 committed by GitHub
parent 65f387f429
commit 80646bfa3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ public class ClassLinker {
@FastNative
public static native void setEntryPointsToInterpreter(Executable method);
@FastNative
public static void onPostFixupStaticTrampolines(Class<?> clazz) {
// native flags will be re-set in hooking logic
PendingHooks.hookPendingMethod(clazz);