From 28bd2e4f151267b34b8e1eb19c489d8d547bbf5c Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 4 Oct 2016 13:54:57 -0700 Subject: Move mirror::Class to use ObjPtr Leave the return types as non ObjPtr for now. Fixed moving GC bugs in tests. Test: test-art-host Bug: 31113334 Change-Id: I5da1b5ac55dfbc5cc97a64be2c870ba9f512d9b0 --- runtime/dex_file_annotations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/dex_file_annotations.cc') diff --git a/runtime/dex_file_annotations.cc b/runtime/dex_file_annotations.cc index f0d3909bff..576c4aa849 100644 --- a/runtime/dex_file_annotations.cc +++ b/runtime/dex_file_annotations.cc @@ -22,7 +22,7 @@ #include "art_method-inl.h" #include "class_linker-inl.h" #include "dex_file-inl.h" -#include "jvalue.h" +#include "jvalue-inl.h" #include "mirror/field.h" #include "mirror/method.h" #include "reflection.h" -- cgit v1.2.3-59-g8ed1b