OSDN Git Service

Fix alloc tracker locking issue
authorSebastien Hertz <shertz@google.com>
Wed, 26 Mar 2014 09:57:20 +0000 (10:57 +0100)
committerSebastien Hertz <shertz@google.com>
Wed, 26 Mar 2014 10:05:11 +0000 (11:05 +0100)
commitb98063a4d54c5a741152a1eebc262d8e223b3b25
tree4a5b3bf342db4a28ead0772746017566a6eab723
parent909f133bc938928a2403baccc983701cb9ebb17f
Fix alloc tracker locking issue

Fixes a lock level violation where we attempt to take the thread list lock
while already holding the alloc tracker lock. We now avoid holding the alloc
tracker lock when updating allocation entrypoints.

Bug: 13646642
Change-Id: Iab505dae67d0c754031fe30d50a7cbd5e4ba5785
runtime/debugger.cc