OSDN Git Service

ART: Fix preloaded dex cache expectations
authorAndreas Gampe <agampe@google.com>
Tue, 4 Apr 2017 17:09:05 +0000 (10:09 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 4 Apr 2017 17:09:05 +0000 (10:09 -0700)
commitd66def32a2d7ee5e7c5225dce52b980b63bce91c
treee1f6db3a25115e85537fb35882179f3e6f7d6d62
parent8682fce2634c392510b98ab0b08544a7336143b3
ART: Fix preloaded dex cache expectations

In fallback mode, there may not be dex caches for all boot classpath
dex files - there is no guarantee that a class from every dex file
has been loaded.

Bug: 36033084
Test: m
Test: m test-art-host
Test: manual - fill the /data partition, reboot
Change-Id: I3752b48d9d61947959e8056bd01db0e323724d37
runtime/native/dalvik_system_VMRuntime.cc