summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.h
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2017-01-10 15:54:41 -0800
committerMathieu Chartier <mathieuc@google.com>2017-01-10 15:57:11 -0800
commitf5769e15aa9f058a5af987f0d1354f16f4464a7d (patch)
tree8a55c514c70a701a06102d3cbda6e4fe8a84242c /runtime/quick_exception_handler.h
parent2e17788df086284845108c6b39954a5c74e93a69 (diff)
downloadart-f5769e15aa9f058a5af987f0d1354f16f4464a7d.tar.gz
art-f5769e15aa9f058a5af987f0d1354f16f4464a7d.tar.bz2
art-f5769e15aa9f058a5af987f0d1354f16f4464a7d.zip
Move most of art::Thread to ObjPtr
Bug: 31113334 Test: test-art-host Change-Id: I73d0de3c875d3ec3d732034fdc961dae79ef4070
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r--runtime/quick_exception_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h
index 5592126a61..3ead7dbe64 100644
--- a/runtime/quick_exception_handler.h
+++ b/runtime/quick_exception_handler.h
@@ -46,7 +46,7 @@ class QuickExceptionHandler {
}
// Find the catch handler for the given exception.
- void FindCatch(mirror::Throwable* exception) REQUIRES_SHARED(Locks::mutator_lock_);
+ void FindCatch(ObjPtr<mirror::Throwable> exception) REQUIRES_SHARED(Locks::mutator_lock_);
// Deoptimize the stack to the upcall/some code that's not deoptimizeable. For
// every compiled frame, we create a "copy" shadow frame that will be executed