| commit | 32f909b165aae4c002ebebe6f8aab06ca7e537ba | [log] [tgz] |
|---|---|---|
| author | Carl Shapiro <cshapiro@google.com> | Mon Apr 05 18:21:29 2010 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 05 18:21:29 2010 -0700 |
| tree | 0065bf3b8f1aa255b06b9f6e8f7b7381cf4e2cea | |
| parent | d3657e737ac58389d2057c90e6a2dd7471915e5e [diff] | |
| parent | 1ff876da3c8316ebe4a39e29b5db697953421511 [diff] |
Merge "Unlock the monitor mutex before destroying it. This resolves an issue with simulator builds where, unlike bionic, libc checks whether a mutex is in the unlocked state before a destroy and returns EBUSY if the check fails. Until similar checks are added to bionic we now do a trylock, unlock sequence in the assert statements so as not to confuse the simulator build." into dalvik-dev