mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 19:03:22 +00:00
This fix updates these tests to explicitly run with `-Djdk.net.usePlainDatagramSocketImpl=false` to avoid false failures when running all tests with a global jtreg -Djdk.net.usePlainDatagramSocketImpl switch. Reviewed-by: vtewari