diff options
author | 2017-04-21 12:09:39 -0700 | |
---|---|---|
committer | 2017-04-21 16:48:00 -0700 | |
commit | c15a2f4f45661a7f5f542e406282c146ea1a968d (patch) | |
tree | 50ad6104b0b8739f272782c35a7022cca64d2601 /test/497-inlining-and-class-loader | |
parent | 9ae527f615f61aec4aaca310c52f373e8c3d8d58 (diff) |
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 'test/497-inlining-and-class-loader')
-rw-r--r-- | test/497-inlining-and-class-loader/clear_dex_cache.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/497-inlining-and-class-loader/clear_dex_cache.cc b/test/497-inlining-and-class-loader/clear_dex_cache.cc index 34a31aa525..9ba05bc706 100644 --- a/test/497-inlining-and-class-loader/clear_dex_cache.cc +++ b/test/497-inlining-and-class-loader/clear_dex_cache.cc @@ -17,6 +17,9 @@ #include "art_method.h" #include "base/enums.h" #include "jni.h" +#include "mirror/array-inl.h" +#include "mirror/class-inl.h" +#include "mirror/dex_cache-inl.h" #include "scoped_thread_state_change-inl.h" #include "stack.h" #include "thread.h" |