From 1a5337fff2cc6cb9d563c8b32aca75f485d23373 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Thu, 13 Oct 2016 13:48:23 -0700 Subject: Move mirror::ObjectArray to ObjPtr Also reduce calls to ObjPtr::Ptr. Bug: 31113334 Test: test-art-host -j32 Change-Id: I73e1b356972bb079b66332f00f7f07451601044e --- runtime/mirror/array-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/array-inl.h') diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h index 7cbcac8030..d18781a617 100644 --- a/runtime/mirror/array-inl.h +++ b/runtime/mirror/array-inl.h @@ -25,6 +25,7 @@ #include "base/stringprintf.h" #include "class-inl.h" #include "gc/heap-inl.h" +#include "obj_ptr-inl.h" #include "thread.h" namespace art { -- cgit v1.2.3-59-g8ed1b