commit | 2547af34e1e56d961f9e834c84fb73d3e4c900a6 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Oct 16 17:48:20 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Oct 16 17:50:38 2018 -0700 |
tree | 559fd67b38aff422c36c7dabac562813712baa59 | |
parent | a683248b80d901f3dc8e37ac9764712875f27da9 [diff] |
Remove read barriers in InternTable::Table::AddInternStrings Read barriers are not safe to do on spaces that are not yet added to the heap since they will be detected as heap corruption. These read barriers are also not necessary in this case since strings objects are immutable. Test: test-art-host Bug: 117803941 Change-Id: I46b64ae894611fe15ee1374fe71200471bd7d61a