OSDN Git Service

Avoid recomputing the dex checksum during class loading
authorCalin Juravle <calin@google.com>
Tue, 2 Sep 2014 14:53:55 +0000 (15:53 +0100)
committerCalin Juravle <calin@google.com>
Fri, 5 Sep 2014 11:15:07 +0000 (12:15 +0100)
commitca3459398018360d9968a52eebf727df085caf83
treeaf10fcc950872b91267fca985f5468fa6cb826e0
parent20632daac36995947d2d1943f89f07ac277e61f0
Avoid recomputing the dex checksum during class loading

Thread the already computed checksum to VerifyOatAndDexFileChecksums and
LoadMultiDexFilesFromOatFile to avoid recomputing it.

Bug:17346103
Change-Id: Ifa0c1cad952853751e98cbb3c999631b9909a9f9
runtime/class_linker.cc
runtime/class_linker.h