OSDN Git Service

ART: Allow arrays with erroneous component type
authorAndreas Gampe <agampe@google.com>
Thu, 24 Jul 2014 03:18:36 +0000 (20:18 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 26 Jul 2014 01:26:01 +0000 (18:26 -0700)
commitdc13d7df5da49e93963035633a82699c68fa0971
tree9e5b943745155b1bc72fc9b0d6856a85322e5c04
parent80b3f96ec1e408f34b8e7b76b14774794fa1abd8
ART: Allow arrays with erroneous component type

Array classes must tolerate having component type classes that are
erroneous. Change CreateArrayClass to use LookupClass when FindClass
failed.

Bug: 16019155
Change-Id: Id4868c5498431c85c199aa3cbecd23566dce3601
runtime/class_linker.cc