commit | 1df3b55abea375671b79e3f4e6851be757a2d8a7 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Apr 26 18:30:31 2016 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue May 24 11:05:39 2016 +0100 |
tree | c3f4b9a7d8047a8f3650b6b93a8ebc79842946fb | |
parent | ac4d51883f2a87c31945b79e09762937c4d12331 [diff] |
Put boot class loader classes and strings in dex cache of app images. The reason for b/28295348 was that an ArtMethod of the boot image was in the app image dex cache, but the declaring class of that boot image method was not. Since objects of boot images don't need fixups, the comparisons for FixupStrings and FixupResolvedTypes was always false for them. bug:28295348 Change-Id: Ida6d42c902692914c302b7fe3d003f73710de6e1