diff options
| author | 2015-03-09 10:11:03 +0000 | |
|---|---|---|
| committer | 2015-03-09 10:11:03 +0000 | |
| commit | 5c9d8f0d2948c2b4fe4258f96e3598ad5b8fa23b (patch) | |
| tree | 7510031e119cf981cdb6aafc5e5c2299aa06590d /runtime/quick_exception_handler.h | |
| parent | 3dd536ffd7e8f82e4587964545b272acbd61d68e (diff) | |
| parent | 14691c5e786e8c2c5734f687e4c96217340771be (diff) | |
Merge "Compute the right catch location for the debugger."
Diffstat (limited to 'runtime/quick_exception_handler.h')
| -rw-r--r-- | runtime/quick_exception_handler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index a0e6a79299..08619fa0d4 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -44,8 +44,7 @@ class QuickExceptionHandler { UNREACHABLE(); } - void FindCatch(const ThrowLocation& throw_location, mirror::Throwable* exception) - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + void FindCatch(mirror::Throwable* exception) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); void DeoptimizeStack() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); void UpdateInstrumentationStack() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); NO_RETURN void DoLongJump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |