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>
Sun, 27 Jul 2014 01:31:46 +0000 (18:31 -0700)
commit22e59fd2861a4aab16adb2b80a1d5166382a6617
treeb684129932ff398958985248abe9a6607c4e4b9b
parent0237ac84b1459cb1718dce23f3572ae2fe1bd77e
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

(cherry picked from commit dc13d7df5da49e93963035633a82699c68fa0971)

Change-Id: I506250949a1802898433e9099dcb8ef31dd89659
runtime/class_linker.cc