commit | b6e0e02a859866446b3022d543cbe1d95391fcb0 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Apr 14 10:13:15 2022 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Thu Apr 21 07:39:09 2022 +0000 |
tree | 5237e970a5ee93d9f685d4986b5b75eb07fd4a43 | |
parent | a23cf27371c4dba8fcc920d688b362926564107d [diff] |
Do not require mutator lock for some `ArtField` fields. Namely for `access_flags_` and `offset_`. The `ArtField` has not been a managed heap object for a very long time, so we do not need to guard these primitive fields with the mutator lock. And we similarly do not require the mutator lock for `ArtMethod::access_flags_` either. Test: Rely on TreeHugger. Change-Id: I6522dad83089a742131e6e8689db04a19bd30ead