OSDN Git Service

ART: Punt to the interpreter for VerifiedMethod errors
authorAndreas Gampe <agampe@google.com>
Wed, 17 Dec 2014 22:35:46 +0000 (14:35 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 18 Dec 2014 00:22:40 +0000 (16:22 -0800)
commitf535c69f115c61ffadca1bd2706244d0aa30f9aa
tree1327887de96f9447fb26a64f872857b6fa167a27
parent746083126bb04ade001eb9d9b3aeea364633567f
ART: Punt to the interpreter for VerifiedMethod errors

In case that the GC map can't be created (because of size restrictions),
do not fail the class. Instead punt to the interpreter.

Bug: 17791183
Change-Id: I348bb306dbfc85c235fa93c0c527fba6627551fe
compiler/dex/verification_results.cc
compiler/dex/verified_method.cc
compiler/driver/compiler_driver.cc