OSDN Git Service

ART: Do not abort on most verifier failures
authorAndreas Gampe <agampe@google.com>
Tue, 28 Oct 2014 03:08:46 +0000 (20:08 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 29 Oct 2014 00:17:58 +0000 (17:17 -0700)
commit8fa841aa1c02ff8e3e7caaa73ed5fe25f027d5d3
treeb3794427657b9963204546733541018152c104f4
parent7989d22642415e1e4d608e210284834951bd0a39
ART: Do not abort on most verifier failures

Changes hard aborts to hard verifier failures, which rejects a
class instead of killing the process.

Bug: 17625962
Change-Id: Iba8e15676e13ea6dcd6e1e5d0484031d9ab52ae9
runtime/verifier/method_verifier.cc