From 52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 24 Oct 2018 15:18:21 -0700 Subject: ART: Add object-array-alloc-inl.h In an effort to reduce the (transitive) proliferation of heap-inl add a specific inline header for object array allocation. Bug: 118385392 Test: mmma art Test: m test-art-host Change-Id: I0d7c40ed53708d4c759190961b40f0cac3fe696d --- runtime/mirror/class_ext.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/mirror/class_ext.cc') diff --git a/runtime/mirror/class_ext.cc b/runtime/mirror/class_ext.cc index 44bf9891cd..516566b6bc 100644 --- a/runtime/mirror/class_ext.cc +++ b/runtime/mirror/class_ext.cc @@ -25,7 +25,8 @@ #include "dex/dex_file-inl.h" #include "gc/accounting/card_table-inl.h" #include "object-inl.h" -#include "object_array.h" +#include "object_array-alloc-inl.h" +#include "object_array-inl.h" #include "stack_trace_element.h" #include "well_known_classes.h" -- cgit v1.2.3-59-g8ed1b