Skip to content

Commit

Permalink
Fix ThrowInvocationTimeError initialization
Browse files Browse the repository at this point in the history
Fix #65

Co-authored-by: canyie <[email protected]>
  • Loading branch information
yujincheng08 and canyie committed Jan 17, 2024
1 parent 4ec86d1 commit 3b9ec2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsplant/src/main/jni/art/runtime/art_method.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b9ec2b

Please sign in to comment.