commit | 2d3de3a40015af07f7645a298f77b398af0c6c2c | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Feb 11 16:49:47 2020 -0800 |
committer | Calin Juravle <calin@google.com> | Wed Feb 12 19:22:17 2020 +0000 |
tree | 360b130e574af9a5e837ebd9d2585de29db34f65 | |
parent | c55032774cfec4b5222b362a81a3b8b69e133710 [diff] |
Make class loader context fail for unknown class loaders Update OatFileAssistant to fail the class loader check when getting an unknown (null) class loader. The code is only use in GetDexoptNeeded paths and does not affect the runtime behaviour. This will enable dexoptanalyzer to provide the right answer for dex files whose class loader changes often. Test: test-art-host Bug: 147208643 Change-Id: I869109e669e68afe094e7703ed574575b98d7cc6