On Sat, 19 Sep 2026 13:32:08 GMT, Alan Bateman <[email protected]> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> add 8392732 to @bug of the test
>
> test/jdk/java/net/Socket/SetSoLinger.java line 54:
>
>> 52: int actual;
>> 53: try (ServerSocket ss = new ServerSocket()) {
>> 54: InetSocketAddress socketAddress = new
>> InetSocketAddress(InetAddress.getLocalHost(), 0);
>
> Use getLoopbackAddress instead?
That was an oversight. I've updated the PR to use loopback address. Experiments
had already shown that without the fix, this issue reproduces even with
loopback address and passes with the fix.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32961#discussion_r4053439096