On Sun, 5 Apr 2026 14:16:38 GMT, Marcono1234 <[email protected]> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review feedback > > test/jdk/java/net/SocketImpl/SocketImplCombinations.java line 785: > >> 783: int port = get(si, "port"); >> 784: int localport = get(si, "localport"); >> 785: assertTrue(fd.valid() && address != null && port != 0 && >> localport != 0); > > Split this into separate assertions to make it easier to troubleshoot test > failures? Done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30564#discussion_r3045712627
