commit | 8069a0a015905459d1b80520486fd15b915d8ca9 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Jan 19 11:37:22 2017 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Jan 19 20:41:25 2017 +0000 |
tree | 82f0fae929f547055204c42a0887ae4d2a213dc9 | |
parent | a8b4390a3b817a455b0abdf575922fea6182170d [diff] |
Delete deadlocking DCHECK for LOS allocation The DCHECK required acquiring the heap bitmap lock. This lock may be held by the GC during checkpoint marking. If the GC was blocked waiting for the allocating thread to run its checkpoint, the allocating thread would deadlock trying to acquire the heap bitmap lock. Bug: 34386492 Test: test-art-host Change-Id: Idc0bf43cba726c690e578c15bd6373ba0a2c1ecb