commit | fa3db3d377bfaceb51c9a97864b17ce02538b7e0 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Jan 12 14:42:18 2018 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Sat Jan 13 00:29:43 2018 +0000 |
tree | e499305451300d3a7a9a2c4e86d5392846f889e2 | |
parent | b12293f196dffe3df29a17a054565bac1b578a4f [diff] |
Change compiler tests to have aligned code item Previously, the code item was not necessarily 32 bit aligned. This caused bus errors on armv7. Also create a real dexfile object instead of casting 0 initialized memory to a dex file pointer. We just got lucky before that the cdex boolean was false. Test: test-art-target-gtest Bug: 63756964 Bug: 71605148 Change-Id: Ic7199f2b97bbd421de1d702efa5c6531ff45c022