OSDN Git Service

jni: Implement generic JNI support for @CriticalNative/@FastNative
authorIgor Murashkin <iam@google.com>
Tue, 13 Sep 2016 22:57:37 +0000 (15:57 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 21 Sep 2016 20:32:00 +0000 (13:32 -0700)
commit06a04e0e776875303577c2d871b53a53c78da1b5
tree6f8b38fa918f49cc502b573c96d9a6338ad343df
parent48d10ee126838f060aa6dcd304fc161b57bc14af
jni: Implement generic JNI support for @CriticalNative/@FastNative

Also:
* Extend existing test cases to check generic JNI for the above.
* Re-enable previously blacklisted @CriticalNative JNI run-tests.

Bug: 31400248
Change-Id: I436ed00c8b8880e936a0c3483bc0dc251f0c0ce2
compiler/jni/jni_compiler_test.cc
runtime/entrypoints/quick/quick_jni_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
test/Android.run-test.mk