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)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 14 Aug 2014 16:18:53 +0000 (17:18 +0100)
commit54accbca0b549b1b1ad3ef09655dad438bc1e104
tree6354bddae9e09476380b9351b6c1a84636ac8154
parente39a5e1ced3d2b87974c646678dd719c02a9a010
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

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