RFR: 8280944: Enable Unix domain sockets in Windows Selector notification mechanism [v2]

Michael McMahon michaelm at openjdk.java.net
Wed Feb 2 10:07:48 UTC 2022


On Tue, 1 Feb 2022 19:47:04 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   after review comments
>
> src/java.base/windows/classes/sun/nio/ch/PipeImpl.java line 226:
> 
>> 224:                 listener.bind(null);
>> 225:                 return listener;
>> 226:             } catch (IOException | UnsupportedOperationException e) {}
> 
> Is it possible for isSupported to return true and open throw UOE?

In practice no. I'll remove the UOE.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7302


More information about the nio-dev mailing list