| commit | 2d3065e6ca0bd707bc998b7d260bb8e8ec07cf87 | [log] [tgz] |
|---|---|---|
| author | Vladimir Marko <vmarko@google.com> | Tue May 22 13:56:09 2018 +0100 |
| committer | Vladimir Marko <vmarko@google.com> | Tue May 22 14:54:45 2018 +0100 |
| tree | 2b1361fb8c0d860e735858d41a7be6b7699a576a | |
| parent | 3eb68cf6c05e8c015f0da2c50e7e720976702e63 [diff] [blame] |
ObjPtr<>-ify annotation processing. Test: Rely on TreeHugger. Bug: 31113334 Change-Id: Ifd69c15c0df1530d8860cf50e06bde0d356b0c23
diff --git a/runtime/interpreter/unstarted_runtime.cc b/runtime/interpreter/unstarted_runtime.cc index 791ebf0..0e429a6 100644 --- a/runtime/interpreter/unstarted_runtime.cc +++ b/runtime/interpreter/unstarted_runtime.cc
@@ -510,7 +510,7 @@ result->SetZ(false); return; } - mirror::String* class_name = nullptr; + ObjPtr<mirror::String> class_name = nullptr; if (!annotations::GetInnerClass(klass, &class_name)) { result->SetZ(false); return;