OSDN Git Service

Fix broken DCHECK
authorMathieu Chartier <mathieuc@google.com>
Wed, 25 May 2016 00:41:21 +0000 (17:41 -0700)
committerMathieu Chartier <mathieuc@google.com>
Wed, 25 May 2016 01:04:47 +0000 (18:04 -0700)
commit55accd5725442026c8c32dc773b1cd12a65f90f6
tree57bc17d1cb2ba0bb715ef45a38d35b846281fd82
parentdb6a864ed402c2c7028e9b545d43182391d6bab6
Fix broken DCHECK

Dex cache may now contain references into boot image. Only check
classes that are actually in the application image.

Bug: 28295348

Change-Id: I9d92137c99a53924b13182ded6afabdeb441437d
runtime/class_linker.cc