commit | 635967b5d16e25630276c23aa47daf52ec493ea1 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Aug 07 10:15:39 2019 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Aug 07 14:11:21 2019 +0000 |
tree | 4f9cba20e58ae2997b4d693d4e1e76ccd684637f | |
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