commit | 35935a560e9842baa4b3f4f5b6255a799d14d440 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Mar 04 13:42:27 2019 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Mar 28 17:36:31 2019 +0000 |
tree | ff6bc76718035f9b71747d40035fa816785d2a0d | |
parent | c850021a47c1713cb2b152a40806b7c6f90b09c0 [diff] |
Spawn background verification for InMemoryDexClassLoader After dex files have been loaded with InMemoryDexClassLoader, call DexFile.verifyInBackground which instructs ART to spawn a background thread and verify all newly loaded classes. This thread will be used for creating a vdex file to speed up subsequent loads of the same bytecode. Bug: 72131483 Test: art/tools/run-libcore-tests.sh Test: art/test.py -b -r -t 692 Change-Id: I1de0cca3e7e4739cd5f1929d66c53a538067b8e5