commit | 692063955ae845d8bd9fa2d22a50a1e06513bdcf | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Tue Apr 07 15:54:25 2015 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Wed Apr 08 12:13:28 2015 +0200 |
tree | 39771e7a445ec9ff5d6c79bb37ff268e44d8ef64 | |
parent | 1b8e8cac2c96f6d2af8e7217f997a30e11c098b5 [diff] |
JDWP: fix thread_list deadlock Limits the scope of Locks::thread_list_lock_ locking in the debugger so we do not try to lock it twice when creating a JDWP id (because calling Object::IdentityHashCode may need to take the lock). Bug: 20048099 Change-Id: I305dd72ccc4d2d007d1603b0d52bcfa94b6842a7