mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 00:19:27 +00:00
Makes a few intermittently failing tests more resilient to port reuse issues by ensuring they bind to the loopback address instead of the wildcard. Reviewed-by: alanb, chegar