summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_switch_impl-inl.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-11-29 19:19:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-11-29 19:19:10 +0000
commitc89a28730fb8dff57c6cb5b18295fec45fe85d09 (patch)
tree5d596ced1f30cb59c86179c05f4fb2a947ba5253 /runtime/interpreter/interpreter_switch_impl-inl.h
parentf2970cd870948a6ee1c8ecd30c9c3147d05aa0be (diff)
parent0402f4b019c1d6c567b1c56589f1ea9170ab5dcc (diff)
Merge "Revert "Reduce the number of calls to Jit::AddSamples.""
Diffstat (limited to 'runtime/interpreter/interpreter_switch_impl-inl.h')
-rw-r--r--runtime/interpreter/interpreter_switch_impl-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_switch_impl-inl.h b/runtime/interpreter/interpreter_switch_impl-inl.h
index aec2aa2564..94cb3de9f8 100644
--- a/runtime/interpreter/interpreter_switch_impl-inl.h
+++ b/runtime/interpreter/interpreter_switch_impl-inl.h
@@ -26,7 +26,7 @@
#include "dex/dex_instruction_list.h"
#include "experimental_flags.h"
#include "interpreter_common.h"
-#include "jit/jit-inl.h"
+#include "jit/jit.h"
#include "jvalue-inl.h"
#include "mirror/string-alloc-inl.h"
#include "nth_caller_visitor.h"