OSDN Git Service

ART: Add cutout for Character.toLower/UpperCase
authorAndreas Gampe <agampe@google.com>
Sat, 16 Apr 2016 04:24:28 +0000 (21:24 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 19 Apr 2016 00:19:58 +0000 (17:19 -0700)
commit8ce9c30f5d7328579619eb7e26c5f041837984af
tree3b2237a353513e3b23679a32bb60eded2b0a9a23
parenteb8b0ae50e8ec2e61e8f4d870c7532cbebb88a21
ART: Add cutout for Character.toLower/UpperCase

Add support for ASCII codepoint toLowerCase/toUpperCase. Those
inputs are easy, and generally sufficient.

Allows to compile-time initialize:
* android.text.Html$HtmlParser
* java.util.UUID$Holder
* sun.security.ec.ECKeyFactory

Bug: 27265238

(cherry picked from commit 0bdce99fcecdadcbafc8e7a9bb92f491a4f37b2a)

Change-Id: I0f164a7df4f26c0b266cef230e36f6ca3af20bde
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/interpreter/unstarted_runtime_test.cc