OSDN Git Service

ART: Add some reflection cutouts
authorAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:07:30 +0000 (17:07 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 20 Apr 2016 17:20:45 +0000 (10:20 -0700)
commit715fdc2c99f688f97c684978632f311a284ba43c
treea45838f4788a04ec18332bf386e8eaf2daa07632
parenta584db5460a31198bf621cdacf5bc304a984efa4
ART: Add some reflection cutouts

Add Class.getInnerClassFlags and Method.invoke to unstarted runtime.

Allows to compile-time initialize:
* android.net.NetworkInfo
* android.net.wifi.WifiInfo

Bug: 27265238

(cherry picked from commit b3ffbe32b78c18739736fc998d65430b46c510e5)

Change-Id: I3e267519acf14b08c687f1e831e2027d37158767
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/mirror/class.cc
runtime/mirror/class.h
runtime/native/java_lang_Class.cc