RFR: 8351458: (ch) Move preClose to UnixDispatcher
Alan Bateman
alanb at openjdk.org
Tue Mar 11 08:52:53 UTC 2025
On Tue, 11 Mar 2025 08:45:13 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
> So, on Unix, the fd needs to be dup'ed and the native thread signalled. On Windows, the dup() operation does not happen, but the threads were being signalled previously, but not any more. Was that redundant previously?
There's never been any signalling of threads on Windows, NativeThread::isNativeThread always returns false. So no change on Windows.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23956#issuecomment-2713194965
More information about the nio-dev
mailing list