ObjPtr<>-ify method/var handles, fix stale refs in tests.
Test: m test-art-host-gtest
Test: testrunner.py --host --interpreter
Bug: 31113334
Change-Id: I89ea84f7970899643e437161b598d3232a182e98
diff --git a/runtime/var_handles.cc b/runtime/var_handles.cc
index f08742f..73b4dda 100644
--- a/runtime/var_handles.cc
+++ b/runtime/var_handles.cc
@@ -20,7 +20,7 @@
#include "dex/dex_instruction.h"
#include "handle.h"
#include "method_handles-inl.h"
-#include "mirror/method_type.h"
+#include "mirror/method_type-inl.h"
#include "mirror/var_handle.h"
namespace art {