Integrated: 8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
Daniel Fuchs
dfuchs at openjdk.org
Mon Oct 14 12:32:15 UTC 2024
On Mon, 7 Oct 2024 13:13:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> UdpSocket has been observed failing again in the CI.
> [JDK-8265362](https://bugs.openjdk.org/browse/JDK-8265362) added a retry-once policy.
> This fix proposes to retry once more, and adds a bit of delay between retries.
This pull request has now been integrated.
Changeset: ba3774dc
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ba3774dc5d27e762dfd61f8acf842ae11dec0cb7
Stats: 17 lines in 1 file changed: 7 ins; 0 del; 10 mod
8341637: java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64)
Reviewed-by: jpai
-------------
PR: https://git.openjdk.org/jdk/pull/21388
More information about the net-dev
mailing list