OSDN Git Service

ART: Add option to abort dex2oat on hard failure
authorAndreas Gampe <agampe@google.com>
Thu, 5 Mar 2015 21:08:45 +0000 (13:08 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 6 Mar 2015 02:42:21 +0000 (18:42 -0800)
commit6cf49e57ad7a61e1fffd5b1dfae9179c3ca5703d
tree126d4a09078ebfb6b5eed5d67d6300217132a1bb
parent66b26662ad0c52c648c9b5ea4a99149091e842b4
ART: Add option to abort dex2oat on hard failure

Add an option that aborts dex2oat when a hard verifier failure occurs.

Bug: 19606409
Change-Id: I53195284e22fe6207274101e85745af763c06271
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/driver/compiler_options.cc
compiler/driver/compiler_options.h
compiler/jit/jit_compiler.cc
dex2oat/dex2oat.cc