OSDN Git Service

ART: Add GetImplementedInterfaces
authorAndreas Gampe <agampe@google.com>
Fri, 6 Jan 2017 22:20:39 +0000 (14:20 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 6 Jan 2017 22:20:39 +0000 (14:20 -0800)
commit8b07e4704f6150efdf1aed9591d9f7e4a4b0708b
tree7323aa4c675085abd1a881a8a454b637d5deb795
parent64013e5b5a57761d9a6767b9b03ff4f15fac51c2
ART: Add GetImplementedInterfaces

Add support for GetImplementedInterfaces. Add a test. Add cleanup
to some existing tests.

Bug: 31684578
Test: m test-art-host-run-test-912-classes
Change-Id: Ic75bf3bba3b568232178d8525501122826b5a430
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/ti_class.cc
runtime/openjdkjvmti/ti_class.h
test/912-classes/classes.cc
test/912-classes/expected.txt
test/912-classes/src/Main.java