Please review this fix which updates java/net/DatagramSocket/SendReceiveMaxSize.java to also test the loopback interface. The test is updated so that each `@run` is in its own `@test` comment, which should improve diagnosis should the test be observed failing.
Note that I have also logged [JDK-8380812: IPSupport.throwSkippedExceptionIfNotOperational() needs to be reworked for testng and junit](https://bugs.openjdk.org/browse/JDK-8380812) to follow up with the unfortunate skip exception logic in another PR. ------------- Commit messages: - 8380824: java/net/DatagramSocket/SendReceiveMaxSize.java could also test the loopback interface Changes: https://git.openjdk.org/jdk/pull/30407/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30407&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8380824 Stats: 62 lines in 1 file changed: 59 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/30407.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30407/head:pull/30407 PR: https://git.openjdk.org/jdk/pull/30407
