diff options
author | 2018-11-29 19:18:46 +0000 | |
---|---|---|
committer | 2018-11-29 19:18:46 +0000 | |
commit | 0402f4b019c1d6c567b1c56589f1ea9170ab5dcc (patch) | |
tree | fb0705380c3d1600a08c0e95ed581a967bdf0da0 /runtime/interpreter/interpreter_common.h | |
parent | db94f2be59e60bde11ac903c5bf30e63ead67992 (diff) |
Revert "Reduce the number of calls to Jit::AddSamples."
This reverts commit db94f2be59e60bde11ac903c5bf30e63ead67992.
Reason for revert: Break 667-jit-jni-stub
Change-Id: Ia84a78be8acb62e87f7cd93e43c2967efac8caab
Diffstat (limited to 'runtime/interpreter/interpreter_common.h')
-rw-r--r-- | runtime/interpreter/interpreter_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.h b/runtime/interpreter/interpreter_common.h index 1c724212f5..bf84227560 100644 --- a/runtime/interpreter/interpreter_common.h +++ b/runtime/interpreter/interpreter_common.h @@ -44,7 +44,7 @@ #include "handle_scope-inl.h" #include "interpreter_mterp_impl.h" #include "interpreter_switch_impl.h" -#include "jit/jit-inl.h" +#include "jit/jit.h" #include "mirror/call_site.h" #include "mirror/class-inl.h" #include "mirror/dex_cache.h" |