commit | 7dface369d0e4d270366cd38195159a44612033a | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jul 25 21:32:59 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Jul 25 21:32:59 2017 -0700 |
tree | 8dd6a47668aa2d40803d2dab780ccc789170dc2b | |
parent | 741eb89efc34ab5d1686e94f1ccd8eeef41c5063 [diff] |
ART: Disable CHA for AoT App images and boot image CHA do not interact well. If boot image methods have been marked single-implementation, but lose that status when compiling an app image, that information is not retained, and after loading the image at runtime, the state will be inconsistent. As a workaround, disable CHA during AoT. Modify expectations of run-test 616-cha. Bug: 34193647 Test: m test-art-host Change-Id: I53eacd97c66645c20318c71568fffb1219b0dc61