commit | d78122b424c1be24f7e9ac7983af3f43e9d4e294 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Jul 10 14:06:53 2019 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jul 15 17:36:17 2019 +0000 |
tree | e3d89743ab77a860b45306530afbb519666aa68a | |
parent | d70a97c6d4a0954bed8991bd89a93bd3da9476f6 [diff] |
ART: Do not access-check type on instanceof peephole When attempting the instanceof+branch peephole, do not retrieve the cast type with an access check to avoid a posted failure. That failure does not happen, it belongs with the instanceof. Bug: 121245951 Test: m test-art-host Change-Id: I87e2228bff9f3374e7141e600f24554846ecac32