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>
Mon, 18 Apr 2016 21:07:56 +0000 (14:07 -0700)
commit0bdce99fcecdadcbafc8e7a9bb92f491a4f37b2a
tree99ddbb9d34268ce1b4620b0cdad9c7ef7aecd50b
parentb848ef45dacfcacfec59d020275cd5cc79e71f06
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
Change-Id: I0f164a7df4f26c0b266cef230e36f6ca3af20bde
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/interpreter/unstarted_runtime_test.cc