commit | 9c62dab16e4be0c19a2e6c6c0cc2b24c2814c6f2 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Apr 05 20:14:30 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Apr 05 20:50:11 2016 -0700 |
tree | e8e89beebb67914f095b826aed9130944d3d26a3 | |
parent | f72f19fac0016499d33fd75b0463d0128a58a9f4 [diff] |
ART: Add integer & long parsing cutout to unstarted runtime Add a cutout for Integer.parseInt and Long.parseLong. Only handle (some) successful cases, and abort the transaction in the rest. Add tests. Allows to compile-time initialize: * com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers * com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers * sun.security.x509.InhibitAnyPolicyExtension Bug: 27265238 Change-Id: I14c0836fd9ec7c9bf49d8186ff14a3c6830ff711