commit | cef50f0487929f72183623bc2a5819cf3a63bff6 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Dec 09 17:38:52 2014 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Dec 10 09:43:29 2014 -0800 |
tree | b37c68730d982b1bff28d0faa8072df0354b5dd9 | |
parent | b1a38e246cfbfb21100d9c9e57f33970e824f075 [diff] |
Stop daemon threads in runtime shutdown Ensure that daemons are stopped and joins before bringing down the runtime. This fixes bugs related to native code still running when we shutdown the runtime. Also changed the mutex destructor to allow contenders if we are deleting a monitor lock level mutex. Bug: 18577101 Change-Id: I6457b35fd69c6997b9003b5f15f39861749843a9