commit | 4a01cc3fd2a300e5279b69fc708f8737c715f597 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Mon Mar 26 15:46:18 2018 +0100 |
committer | Orion Hodson <oth@google.com> | Mon Mar 26 16:40:30 2018 +0100 |
tree | 77641ce8e1ad84644eff53ea6daf17e75596dcd5 | |
parent | 7075583146f52a754c6d7c91757a6333bf1b95da [diff] |
ART: Relax heap verification failure count Changes the atomic fail_count variable used in heap verification to be a plain variable. It is used thread private state and can be updated and read with the default C++ memory ordering. Bug: 31023171 Test: art/test.py --host -j32 Change-Id: I16ad3e138797b9900ecf719ab22c0b2b03e53c33