Re: Code review request: 7127660 (macosx) *Socket Async close not working

2012-01-09 Thread Michael McMahon
On 09/01/12 16:15, Alan Bateman wrote: On 09/01/2012 16:03, Michael McMahon wrote: Could I get the following change reviewed please? http://cr.openjdk.java.net/~michaelm/7127660/webrev.1/ The asynchronous close mechanism was not being compiled for Mac OS. Also, the pthread mutexes used by this

Re: Code review request: 7127660 (macosx) *Socket Async close not working

2012-01-09 Thread Alan Bateman
On 09/01/2012 16:03, Michael McMahon wrote: Could I get the following change reviewed please? http://cr.openjdk.java.net/~michaelm/7127660/webrev.1/ The asynchronous close mechanism was not being compiled for Mac OS. Also, the pthread mutexes used by this code, need to be explicitly initialize

Code review request: 7127660 (macosx) *Socket Async close not working

2012-01-09 Thread Michael McMahon
Could I get the following change reviewed please? http://cr.openjdk.java.net/~michaelm/7127660/webrev.1/ The asynchronous close mechanism was not being compiled for Mac OS. Also, the pthread mutexes used by this code, need to be explicitly initialized on Mac, which was not being done previousl