diff options
author | Vladimir Marko <vmarko@google.com> | 2016-01-26 12:16:55 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2016-01-26 12:16:55 +0000 |
commit | f39745e663f8f2634fc8858e427b77da98f8f2b4 (patch) | |
tree | b8cd5abd22e0252511166930ac6326a2f38e6980 /compiler/optimizing/graph_visualizer.cc | |
parent | 36867b43efadc637ab74b1bacb1caecea2c5413d (diff) |
ART: Remove some unnecessary mutator lock annotations.
The StackReference<> pointer held by a Handle<> can be used
without holding the mutator lock. We already do that when
we copy Handle<>s around. Only accessing the actual content
of the pointed-to StackReference<> needs to be done while
holding the mutator lock.
Change-Id: I5f93bd7e277383192f1f16dff6883ecb26387414
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions