OSDN Git Service

Fix bugs in the x86 and arm versions of generic JNI.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 13 Aug 2014 02:40:45 +0000 (03:40 +0100)
committerBrian Carlstrom <bdc@google.com>
Fri, 15 Aug 2014 19:19:57 +0000 (12:19 -0700)
commitebee8de725d5fa83483642786b19ea453d865762
tree639f29920749d6aba992fa76c57a067a34b0830d
parent9c290012b7f505ae1943ab87236f775b97a46e2d
Fix bugs in the x86 and arm versions of generic JNI.

Also fix the run script of 116-nodex2oat to use the non-prebuild
script for target.

Bug: 17000769

(cherry-picked from commit 54accbca0b549b1b1ad3ef09655dad438bc1e104)

Change-Id: I439fcd710fb8bb408f3288ff8fb34fef23890adb
compiler/jni/jni_compiler_test.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/x86/quick_entrypoints_x86.S
runtime/common_runtime_test.h
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
test/116-nodex2oat/run
test/MyClassNatives/MyClassNatives.java