Increment hotness in nterp when doing lookups.
Test: test.py
Test: google/perf/app-transition/app-transition-to-recents
Bug: 112676029
Bug: 157402634
Change-Id: Ibe08720b442c5050062db1104be2d3a62641e629
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index f7fe27d..8bf38d3 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -88,6 +88,7 @@
#include "imtable-inl.h"
#include "intern_table-inl.h"
#include "interpreter/interpreter.h"
+#include "interpreter/mterp/nterp.h"
#include "jit/debugger_interface.h"
#include "jit/jit.h"
#include "jit/jit_code_cache.h"