mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-30 09:40:09 +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