OSDN Git Service

ART: Fix assumption in class profile collection
authorAndreas Gampe <agampe@google.com>
Wed, 9 Mar 2016 23:52:21 +0000 (15:52 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 9 Mar 2016 23:52:21 +0000 (15:52 -0800)
commit4309f6129795ade42591b872e44a33cec95f4e79
tree881ea9103c2c031686e72bbda48c270c1dc29858
parent35fd969d663f8f89ecdbdb14e52e4f03e37d3f86
ART: Fix assumption in class profile collection

The dex cache may contain erroneous classes. Filter, instead of
DCHECK.

Bug: 27500691
Change-Id: Ic99bca3a7e54a5e7893c801ec5ac92cbf690cd67
runtime/class_linker.cc