RFR: 8245194: Unix domain socket channel implementation [v17]

Daniel Fuchs dfuchs at openjdk.java.net
Wed Oct 14 15:54:33 UTC 2020


On Fri, 9 Oct 2020 14:36:44 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> test/jdk/java/nio/channels/unixdomain/IOExchanges.java line 113:
>> 
>>> 111:         SPINBAccep_NBConn_NBIO_WR_11a
>>> 112:         SPINBAccep_NBConn_NBIO_RW_12a
>>> 113:     */
>> 
>> I recognise this test ;-)  I thought there was a version for IP-specific channels, but cannot find it now. I was going
>> to ask if these could be merged or abstracted out somehow.
>
> Chris,
> Thanks for the comments. I will incorporate them all into the next revision. As regards the IOExchanges test, it uses a
> @DataProvider of ProtocolFamily with values "UNIX" and "INET" which means the tests are run for TCP sockets. Is that
> what you were asking? I'm not sure I get the question exactly. Michael.

Should it also have INET6 in the case where IPv6 is supported on the machine?

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

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


More information about the hotspot-jfr-dev mailing list