commit | 478986cd0b9b87eae8238ffeedb28ab658593f9b | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Jun 30 09:40:50 2017 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Jun 30 10:38:46 2017 -0700 |
tree | 751734a41d3d9fba9ab4635c126e9d2587c101e4 | |
parent | dfcf10b92330164f8af6c82c8232e85cfff1ae3c [diff] |
Fix race condition new regions in AllocNonVirtual Fixed a race condition where a thread could race ahead of the allocating thread in RegionSpace::AllocNonvirtual and fill the region before the thread that allocated the region managed to allocate it's object. Bug: 63153464 Test: test-art-host Change-Id: Id0d0e0ac7cdbce6f082234fa82068d8c6c3c7c9e