diff --git a/lsplant/src/main/jni/art/runtime/art_method.hpp b/lsplant/src/main/jni/art/runtime/art_method.hpp index 668c9d5b4..84a7f5a53 100644 --- a/lsplant/src/main/jni/art/runtime/art_method.hpp +++ b/lsplant/src/main/jni/art/runtime/art_method.hpp @@ -274,6 +274,7 @@ class ArtMethod { LOGE("Failed to find Executable.getName"); return false; } + RETRIEVE_MEM_FUNC_SYMBOL(ThrowInvocationTimeError, "_ZN3art9ArtMethod24ThrowInvocationTimeErrorEv"); auto abstract_method = FromReflectedMethod( env, JNI_ToReflectedMethod(env, executable, executable_get_name, false)); uint32_t access_flags = abstract_method->GetAccessFlags();