summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker-inl.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-04-21 12:09:39 -0700
committerAndreas Gampe <agampe@google.com>2017-04-21 16:48:00 -0700
commitc15a2f4f45661a7f5f542e406282c146ea1a968d (patch)
tree50ad6104b0b8739f272782c35a7022cca64d2601 /runtime/class_linker-inl.h
parent9ae527f615f61aec4aaca310c52f373e8c3d8d58 (diff)
downloadart-c15a2f4f45661a7f5f542e406282c146ea1a968d.tar.gz
art-c15a2f4f45661a7f5f542e406282c146ea1a968d.tar.bz2
art-c15a2f4f45661a7f5f542e406282c146ea1a968d.zip
ART: Add object-readbarrier-inl.h
Move some read-barrier code into a new header. This prunes the include tree for the concurrent-copying collector. Clean up other related includes. Test: mmma art Change-Id: I40ce4e74f2e5d4c692529ffb4df933230b6fd73e
Diffstat (limited to 'runtime/class_linker-inl.h')
-rw-r--r--runtime/class_linker-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h
index c9fb3ed3ad..3c51f52616 100644
--- a/runtime/class_linker-inl.h
+++ b/runtime/class_linker-inl.h
@@ -25,7 +25,7 @@
#include "mirror/class_loader.h"
#include "mirror/dex_cache-inl.h"
#include "mirror/iftable.h"
-#include "mirror/object_array.h"
+#include "mirror/object_array-inl.h"
#include "handle_scope-inl.h"
#include "scoped_thread_state_change-inl.h"