From c15a2f4f45661a7f5f542e406282c146ea1a968d Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 21 Apr 2017 12:09:39 -0700 Subject: 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 --- compiler/exception_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/exception_test.cc') diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc index c975944a04..dc880b089e 100644 --- a/compiler/exception_test.cc +++ b/compiler/exception_test.cc @@ -30,7 +30,7 @@ #include "mirror/stack_trace_element.h" #include "oat_quick_method_header.h" #include "optimizing/stack_map_stream.h" -#include "runtime.h" +#include "runtime-inl.h" #include "scoped_thread_state_change-inl.h" #include "handle_scope-inl.h" #include "thread.h" -- cgit v1.2.3-59-g8ed1b