OSDN Git Service

ART: Add missing GetInterfaceMethodIfProxy
authorAndreas Gampe <agampe@google.com>
Wed, 9 Sep 2015 00:42:59 +0000 (17:42 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 9 Sep 2015 17:13:56 +0000 (10:13 -0700)
commite80673245c0433a71a4930e460be5dc0920885b2
tree6c718161fd8861901a5cb67ee60e465010770863
parente6576390f957c82c2aede438834d028066757368
ART: Add missing GetInterfaceMethodIfProxy

Add missing uses of GetInterfaceMethodIfProxy in reflection code.

Add a test case for a JNI call to a proxy method.

Bug: https://code.google.com/p/android-developer-preview/issues/detail?id=2973
Bug: 23886441
Change-Id: I5b66b64b5561fcee15d0314707d67e8abc02ce5b
runtime/reflection.cc
test/044-proxy/expected.txt
test/044-proxy/native_proxy.cc [new file with mode: 0644]
test/044-proxy/src/Main.java
test/044-proxy/src/NativeProxy.java [new file with mode: 0644]
test/Android.libarttest.mk