summaryrefslogtreecommitdiff
path: root/test/ManyMethods/ManyMethods.java
AgeCommit message (Collapse)Author
2018-02-05Enable code item dedupingMathieu Chartier
Dedupe code items if they have the same contents, this is safe because of the fixed quickening logic. Removed duplicate code items in ManyMethods that caused the startup methods section to be empty in dex2oat_test. To avoid errors related to quickening and compilation of shared code items, quickening is currently disabled for shared code items. Bug: 63756964 Test: test-art-host Change-Id: I7c62eb746785d787c5269effd396f7be4859d3a6
2017-05-28Fix dexlayout fixed point testMathieu Chartier
Previously, the dex location did not match the one in the profile. This caused the second dexlayout to not match the checksum and not use the profile. Also added a generic function to generate a profile based on an input dex. Test: test-art-host Bug: 62040831 Change-Id: I2b4fb383ec7a46b158f763de13ecbcd8a8c6180d