diff options
Diffstat (limited to 'runtime/mirror/art_method.h')
-rw-r--r-- | runtime/mirror/art_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/art_method.h b/runtime/mirror/art_method.h index 2e8253fad7..34fe0bf530 100644 --- a/runtime/mirror/art_method.h +++ b/runtime/mirror/art_method.h @@ -401,7 +401,7 @@ class MANAGED ArtMethod : public Object { // In the process of finding a catch block we might trigger resolution errors. This is flagged // by exc_changed, which indicates that a different exception is now stored in the thread and // should be reloaded. - uint32_t FindCatchBlock(Handle<Class> exception_type, uint32_t dex_pc, + uint32_t FindCatchBlock(Handle<Class>& exception_type, uint32_t dex_pc, bool* has_no_move_exception, bool* exc_changed) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |