From ea46f950e7a51585db293cd7f047de190a482414 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Tue, 30 Jul 2013 01:26:50 -0700 Subject: Refactor java.lang.reflect implementation Cherry-picked from commit ed41d5c44299ec5d44b8514f6e17f802f48094d1. Move to ArtMethod/Field instead of AbstractMethod/Field and have java.lang.reflect APIs delegate to ArtMethod/ArtField. Bug: 10014286. Change-Id: Iafc1d8c5b62562c9af8fb9fd8c5e1d61270536e7 --- runtime/invoke_arg_array_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/invoke_arg_array_builder.h') diff --git a/runtime/invoke_arg_array_builder.h b/runtime/invoke_arg_array_builder.h index 084d005e96..f615e8ebac 100644 --- a/runtime/invoke_arg_array_builder.h +++ b/runtime/invoke_arg_array_builder.h @@ -17,7 +17,7 @@ #ifndef ART_RUNTIME_INVOKE_ARG_ARRAY_BUILDER_H_ #define ART_RUNTIME_INVOKE_ARG_ARRAY_BUILDER_H_ -#include "mirror/abstract_method.h" +#include "mirror/art_method.h" #include "mirror/object.h" #include "scoped_thread_state_change.h" -- cgit v1.2.3-59-g8ed1b