commit | f39745e663f8f2634fc8858e427b77da98f8f2b4 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Jan 26 12:16:55 2016 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Tue Jan 26 12:16:55 2016 +0000 |
tree | b8cd5abd22e0252511166930ac6326a2f38e6980 | |
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