OSDN Git Service

ART: Add GetMethodModifiers
authorAndreas Gampe <agampe@google.com>
Sat, 29 Oct 2016 01:07:18 +0000 (18:07 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 29 Oct 2016 01:07:18 +0000 (18:07 -0700)
commit36bcd4f3f56adf889d488b3fd0fdc7e38e519675
treeb29f6c8284fdc2cad7d4f090929e854e221ea8d4
parent368a2088fe24738cfc534c21141c881cf5ff4238
ART: Add GetMethodModifiers

Support GetMethodModifiers to retrieve the modifiers of a JNI
method.

Extend test 910.

Bug: 31684812
Test: m test-art-host-run-test-910-methods
Change-Id: Ib44df099bc056c557e526d5fa267df48ac2fd86c
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/ti_method.cc
runtime/openjdkjvmti/ti_method.h
test/910-methods/expected.txt
test/910-methods/methods.cc
test/910-methods/src/Main.java