diff options
author | 2018-10-24 19:58:37 -0700 | |
---|---|---|
committer | 2018-10-26 08:44:12 -0700 | |
commit | 70f5fd0770adbef645950895309a2a63c3bde7c0 (patch) | |
tree | d9794484e83858cf7e33551eb8a108e07f46b18c /runtime/common_runtime_test.cc | |
parent | 52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (diff) |
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
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index 8fdf8aa0cd..fcf6bb25e3 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -50,6 +50,7 @@ #include "interpreter/unstarted_runtime.h" #include "jni/java_vm_ext.h" #include "jni/jni_internal.h" +#include "mirror/class-alloc-inl.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" #include "mirror/object_array-alloc-inl.h" |