diff options
Diffstat (limited to 'runtime/reflection.h')
| -rw-r--r-- | runtime/reflection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/reflection.h b/runtime/reflection.h index b0e27da321..13dc8e1466 100644 --- a/runtime/reflection.h +++ b/runtime/reflection.h @@ -99,6 +99,7 @@ JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnab // num_frames is number of frames we look up for access check. template<PointerSize pointer_size> +NO_STACK_PROTECTOR jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver, |