commit | 59d9d668d4f4286813afe2b4e7c6db839222ce96 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Tue Aug 19 15:33:43 2014 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Fri Aug 22 13:55:39 2014 +0200 |
tree | 3ba84aff10c019f8b73fc063c52f698580f9f202 | |
parent | e246f33605a2d6b96f2c7221fa0165dc067c3079 [diff] |
Reduce lock contention when debugging Uses a ReaderWriterMutex for the breakpoint lock to reduce contention during debugging session. Also adds missing thread safety annotations on fields and methods related to instrumentation and debugging. Bug: 16814665 Bug: 11667502 Change-Id: I056cdafa91109e0c83806c8d8df75c37ade0a354