commit | ab4b7f704313075838517ffec400dc5b6250c67c | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 02 10:17:51 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 02 10:17:51 2009 -0700 |
tree | f9e5c188d7eebda5f224df1bd5638040e7169cc7 | |
parent | a8e9edde867b945b20133d31b4b7c21eaba6dfd4 [diff] | |
parent | f681a0fc7db58aeead2d6970a717d8a466c1b516 [diff] |
Merge change 5967 into donut * changes: Modifies OpenSSLSocketImpl to use a different lock for the instance count. It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily resulting in a VM crash.