commit | f681a0fc7db58aeead2d6970a717d8a466c1b516 | [log] [tgz] |
---|---|---|
author | crazybob <crazybob@google.com> | Wed Jul 01 15:30:58 2009 -0500 |
committer | crazybob <crazybob@google.com> | Wed Jul 01 16:30:13 2009 -0500 |
tree | 5a74045faf84afbb1ba2f4b35e03bd1df875e09a | |
parent | 3e371e2ebbeeefe176ba1357e6ff241bd13a711e [diff] |
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.