OSDN Git Service

ART: Add JNI function table manipulation
authorAndreas Gampe <agampe@google.com>
Mon, 16 Jan 2017 20:41:12 +0000 (12:41 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 18 Jan 2017 17:24:52 +0000 (09:24 -0800)
commitc8089540ccf0f1c43d8db3828f21d489b28a4013
treedd1d7038adfd2474ba5648e8c5312ca1f8c098e7
parentd4a282789669b27ce0352c99c26469b07a86d871
ART: Add JNI function table manipulation

Add support for a function table override. This will override the
decision between the regular and the CheckJNI function tables, if
set.

Bug: 34343708
Test: m test-art-host-gtest-jni_internal_test
Change-Id: I0e95b0cbd21f4efdcd8c3d312781d9aeeff54a1e
runtime/base/mutex.cc
runtime/base/mutex.h
runtime/jni_env_ext.cc
runtime/jni_env_ext.h
runtime/jni_internal_test.cc