commit | bf6498e3d94cde2abbf99788e68e44f48280846a | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Jul 21 17:03:26 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 22 15:29:54 2020 +0000 |
tree | 897341c7b5a3c1234ea5a76e50faa63225c657c4 | |
parent | 530f09a02773512f847e43553b478d497cb54207 [diff] |
Fix incorrect dex-cache clearing with structural redefinition We were incorrectly clearing the dex-cache in some cases after structural redefinition. Leaving some entries present that should have been deleted. This could cause subsequently run code to resolve static methods or fields incorrectly. Test: ./test.py --host Bug: 161846143 Change-Id: Idf23fc21f2e396c347861afd070363c509108096