diff options
author | Roland Levillain <rpl@google.com> | 2019-10-02 20:03:32 +0100 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2019-10-26 10:31:12 +0000 |
commit | de74fedc736e615ef18283734c26e122e0db8bd1 (patch) | |
tree | 9735b77342de8e5bc284bac1a46abb4dc6e17c57 /test/ProfileTestMultiDex/Second.java | |
parent | 5e0ac154f131fcd328a7a1809824b4a2a3dcbb10 (diff) |
Adjust Checker assertion in 1004-checker-volatile-ref-load for heap poisoning.
The relative offset passed to the ADR instruction is usually
(i.e. when heap poisoning is disabled) 0xc (12 bytes), but it is 0x10
(16 bytes) when heap poisoning is enabled, as the emitted code
sequence includes a NEG instruction to unpoison the loaded reference.
(cherry picked from commit 40510ab49d6bb2bc65957aa72c00fbb371647f2d)
Test: art/test/testrunner/testrunner.py --target --64 -t 1004-checker-volatile-ref-load
(with `ART_HEAP_POISONING` set to `true`)
Bug: 140507091
Bug: 36141117
Change-Id: I63c6c00abbe10dfcbbf88231f9f9995d3ba950fa
Diffstat (limited to 'test/ProfileTestMultiDex/Second.java')
0 files changed, 0 insertions, 0 deletions