From 70f5fd0770adbef645950895309a2a63c3bde7c0 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 24 Oct 2018 19:58:37 -0700 Subject: ART: Add class-alloc-inl.h In an effort to reduce the (transitive) proliferation of heap-inl add a specific inline header for class instance allocation. Bug: 118385392 Test: mmma art Test: m test-art-host Change-Id: I32529f0221a836452c58687330a91ac0d5fde162 --- runtime/mirror/class_ext.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/class_ext.cc') diff --git a/runtime/mirror/class_ext.cc b/runtime/mirror/class_ext.cc index 516566b6bc..67126307dc 100644 --- a/runtime/mirror/class_ext.cc +++ b/runtime/mirror/class_ext.cc @@ -20,6 +20,7 @@ #include "base/casts.h" #include "base/enums.h" #include "base/utils.h" +#include "class-alloc-inl.h" #include "class-inl.h" #include "class_root.h" #include "dex/dex_file-inl.h" -- cgit v1.2.3-59-g8ed1b