OSDN Git Service

ART: Add cutout for Unsafe.putObjectVolatile
authorAndreas Gampe <agampe@google.com>
Wed, 6 Apr 2016 04:12:51 +0000 (21:12 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 6 Apr 2016 04:12:51 +0000 (21:12 -0700)
commit1813d116cb1367f0ae449221c7ff6c6b421d269f
tree7f43717858575640ff663103e3388eaafe8ad444
parent9c62dab16e4be0c19a2e6c6c0cc2b24c2814c6f2
ART: Add cutout for Unsafe.putObjectVolatile

Add an unstarted-runtime cutout for putObjectVolatile.

Allows to compile-time initialize:
* android.content.res.Configuration
* android.icu.text.PluralRules$SimpleTokenizer
* android.icu.text.UnicodeSet
* android.icu.util.VersionInfo
* android.util.LocaleList

May allow follow-up changes to compile-time initialize
more ICU classes.

Bug: 27265238
Change-Id: I775a57c9f15aa8f42a4dffbd1dd40c641c30f645
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h