mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 02:17:53 +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