From f2682d5a6ce0f7de58da8fd4ec8aec200c43b92e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 15 Aug 2011 16:37:04 -0700 Subject: Fix the invocation interface. Previously, we just cast the Runtime* to a JavaVM*, which blew up as soon as the caller tried to use their supposed JavaVM*. This also implements NewObjectArray. Running aexecd on the host, this gets us as far as not having an x86 CreateInvokeStub... Change-Id: Iba5f148797d053fba1c69af99b20508ea6aff5cb --- tools/art | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/art') diff --git a/tools/art b/tools/art index ab252ebf9c..8033c5199d 100755 --- a/tools/art +++ b/tools/art @@ -18,9 +18,11 @@ mkdir -p /tmp/android-data/art-cache ANDROID_DATA=/tmp/android-data \ ANDROID_ROOT=$ANDROID_BUILD_TOP/out/host/linux-x86 \ LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \ -$ANDROID_BUILD_TOP/out/host/linux-x86/bin/aexecd \ +$ANDROID_BUILD_TOP/out/host/linux-x86/bin/aexec \ -Xbootclasspath\ :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\ +:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-junit-hostdex.jar\ +:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-tests-hostdex.jar\ :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\ :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \ $* -- cgit v1.2.3