commit | 09659c22dc2f2c85a0ade965d1fc5160944b8692 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Sep 18 18:23:32 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Sep 19 10:26:51 2017 -0700 |
tree | 66fd5729395d27569c4d9d255a5ce9b44cb000bf | |
parent | 4d159807a4854caa6396b708a38bbd6fa49d736f [diff] [blame] |
ART: Remove heap poisoning from globals.h Remove mostly-unused include and move it to its users. Test: m Change-Id: Ibb40f919db64a490290c6e18cf1123aaf44199fc
diff --git a/compiler/optimizing/code_generator_arm_vixl.cc b/compiler/optimizing/code_generator_arm_vixl.cc index 6147259..baf68c4 100644 --- a/compiler/optimizing/code_generator_arm_vixl.cc +++ b/compiler/optimizing/code_generator_arm_vixl.cc
@@ -27,6 +27,7 @@ #include "compiled_method.h" #include "entrypoints/quick/quick_entrypoints.h" #include "gc/accounting/card_table.h" +#include "heap_poisoning.h" #include "intrinsics_arm_vixl.h" #include "linker/arm/relative_patcher_thumb2.h" #include "mirror/array-inl.h"