From f5769e15aa9f058a5af987f0d1354f16f4464a7d Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 10 Jan 2017 15:54:41 -0800 Subject: Move most of art::Thread to ObjPtr Bug: 31113334 Test: test-art-host Change-Id: I73d0de3c875d3ec3d732034fdc961dae79ef4070 --- runtime/quick_exception_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index a81458fded..b809c3eb56 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -140,7 +140,7 @@ class CatchBlockStackVisitor FINAL : public StackVisitor { DISALLOW_COPY_AND_ASSIGN(CatchBlockStackVisitor); }; -void QuickExceptionHandler::FindCatch(mirror::Throwable* exception) { +void QuickExceptionHandler::FindCatch(ObjPtr exception) { DCHECK(!is_deoptimization_); if (kDebugExceptionDelivery) { mirror::String* msg = exception->GetDetailMessage(); -- cgit v1.2.3-59-g8ed1b