From 98d1cc8033251c93786e2fa8c59a2e555a9493be Mon Sep 17 00:00:00 2001 From: Mingyao Yang Date: Thu, 15 May 2014 17:02:16 -0700 Subject: Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Add an embedded version of imt/vtable into class object. Both tables start at fixed offset within class object so method/entry point can be loaded directly from class object for invokeinterface/invokevirtual. Bug: 8142917 Change-Id: I4240d58cfbe9250107c95c0708c036854c455968 --- runtime/mirror/object_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/mirror/object_test.cc') diff --git a/runtime/mirror/object_test.cc b/runtime/mirror/object_test.cc index f85fb27..7e1de5d 100644 --- a/runtime/mirror/object_test.cc +++ b/runtime/mirror/object_test.cc @@ -28,7 +28,7 @@ #include "class_linker-inl.h" #include "common_runtime_test.h" #include "dex_file.h" -#include "entrypoints/entrypoint_utils.h" +#include "entrypoints/entrypoint_utils-inl.h" #include "gc/accounting/card_table-inl.h" #include "gc/heap.h" #include "iftable-inl.h" -- cgit v1.1