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: 63467744 Bug: 34193647 Test: m test-art-host (cherry-picked from commit 7dface36) Change-Id: I6124ae374e5cfe6a15e38edd171a9883c5f9e951
Loading
Please sign in to comment