diff options
author | Mathieu Chartier <mathieuc@google.com> | 2018-10-16 17:48:20 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2018-10-16 17:50:38 -0700 |
commit | 2547af34e1e56d961f9e834c84fb73d3e4c900a6 (patch) | |
tree | 559fd67b38aff422c36c7dabac562813712baa59 /compiler/optimizing/graph_visualizer.cc | |
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
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions