commit | f5769e15aa9f058a5af987f0d1354f16f4464a7d | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Jan 10 15:54:41 2017 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Jan 10 15:57:11 2017 -0800 |
tree | 8a55c514c70a701a06102d3cbda6e4fe8a84242c | |
parent | 2e17788df086284845108c6b39954a5c74e93a69 [diff] [blame] |
Move most of art::Thread to ObjPtr Bug: 31113334 Test: test-art-host Change-Id: I73d0de3c875d3ec3d732034fdc961dae79ef4070
diff --git a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc index bf1d4ea..a3e5b55 100644 --- a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
@@ -705,7 +705,7 @@ QuickExceptionHandler::DumpFramesWithType(self, true); } - mirror::Throwable* pending_exception = nullptr; + ObjPtr<mirror::Throwable> pending_exception; bool from_code = false; self->PopDeoptimizationContext(&result, &pending_exception, /* out */ &from_code);