On 09/01/2012 16:03, Michael McMahon wrote:
This looks okay to me. Do you also need to changes in src/solaris/native/sun/nio/ch/NativeThread.c?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 initializedon Mac, which was not being done previously (on Linux).
-Alan.