On Tue, 4 Mar 2025 15:28:41 GMT, serhiysachkov <[email protected]> wrote:
>> switching to nanoTime as suggested in ticket comments
>
> serhiysachkov has updated the pull request incrementally with one additional
> commit since the last revision:
>
> 8281511: review comments updates
test/jdk/java/net/ipv6tests/Tests.java line 161:
> 159: if (got < expected) {
> 160: throw new RuntimeException("checkIfTimeOut failed: got " +
> got
> 161: + ", expected at least " + expected );
`checkTime` is also called in `TcpTests`. You will need to modify that test and
verify that the new semantics applies there too.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23840#discussion_r1979989098