commit | 271b4054b825efca3176c4ac11565e33cff5d09a | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@fb.com> | Wed Mar 04 00:53:24 2020 +0000 |
committer | Andreas Gampe <agampe@fb.com> | Wed Mar 04 00:53:24 2020 +0000 |
tree | c285a81de633db65da1d0a3a18fbfd740aad8d57 | |
parent | d8d34862990d416d7ba929d62fe69ed7bace3679 [diff] |
Libcore: Add classloader to dex cache Live dex caches must keep their associated classloader live. Otherwise the classloader may get unloaded, attempting to free DexFiles which cannot be unregistered. Companion to ART change. Test: art/test/testrunner/testrunner.py -b --host Change-Id: I0eed5b3b46ed681c739d6923a57d0878afbba1a7