OSDN Git Service

ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
authorAndreas Gampe <agampe@google.com>
Mon, 18 Aug 2014 23:43:12 +0000 (16:43 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 19 Aug 2014 20:23:47 +0000 (13:23 -0700)
commit6e498695b60f1532d2264ec6badb1cd6e10ecaa9
treea85710488365ccd7374fdcea60ebb61a8ee6cbb9
parente30100f164f8ac46f0428c28be87ad289adf4ac2
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test

On devices which support it, run all jni compiler tests also with
the Generic JNI infrastructure.

Fix art_quick_invoke_stub for ARM32 to enforce 16B stack alignment.
As the native convention does not require as much, the previous
code would keep it unaligned.

Bug: 17107929
Change-Id: Ibce423949846e447d2b0246d07973b6b717691ac
compiler/jni/jni_compiler_test.cc
runtime/arch/arm/quick_entrypoints_arm.S