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)
commitab4b7f704313075838517ffec400dc5b6250c67c
treef9e5c188d7eebda5f224df1bd5638040e7169cc7
parenta8e9edde867b945b20133d31b4b7c21eaba6dfd4
parentf681a0fc7db58aeead2d6970a717d8a466c1b516
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.