mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-04 16:20:32 +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