Re: RFR: 8277957: Add test group for IPv6 exclusive testing [v2]

2021-12-05 Thread Alan Bateman
On Fri, 3 Dec 2021 20:26:46 GMT, Ivan Šipka wrote: >> Adding test group for IPv6 exclusive testing. > > Ivan Šipka has updated the pull request incrementally with one additional > commit since the last revision: > > added comment for adding the ipv6_only testgroup This looks okay to me. --

RFR: 8278270: ServerSocket is not thread safe

2021-12-05 Thread Alan Bateman
There are several thread safety issues in java.net.ServerSocket, issues that go back to at least JDK 1.4. The issue of most concern is async close of a ServerSocket that is initially created unbound and where close may be called at or around the time the underlying SocketImpl is created or the