OSDN Git Service

Merge change 5967 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 2 Jul 2009 17:17:51 +0000 (10:17 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 2 Jul 2009 17:17:51 +0000 (10:17 -0700)
* 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.


Trivial merge