diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2019-08-07 10:15:39 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2019-08-07 14:11:21 +0000 |
commit | 635967b5d16e25630276c23aa47daf52ec493ea1 (patch) | |
tree | 4f9cba20e58ae2997b4d693d4e1e76ccd684637f /test/ProfileTestMultiDex | |
parent | 8d5a215a7e879d8aa9c7d9d2791ed107ecc41f59 (diff) |
Remove message ART creates for "throw null".
The new version of R8 transforms:
throw new NullPointerException()
Into:
throw null
ART used to create a message for the pattern "throw null", which is
something that now breaks ObjectsTest.requireNonNull.
Test: libcore.java.util.ObjectsTest#test_requireNonNull_T
Change-Id: I142ddc74a9c0cfc76d2479eb92078b7a7d077b27
Diffstat (limited to 'test/ProfileTestMultiDex')
0 files changed, 0 insertions, 0 deletions