-
Bug
-
Resolution: Fixed
-
P5
-
None
-
b09
java/net/DatagramSocket/SendDatagramToBadAddress.java and java/nio/channels/DatagramChannel/ChangingAddress.java are fixed with the new implementation of DatagramSocket but they are known to fail on macOS with the old implementation.
The tests should be updated to explicitly run with -Djdk.net.usePlainDatagramSocketImpl=false to avoid false failures when running all tests with a global jtreg -Djdk.net.usePlainDatagramSocketImpl switch.
seeJDK-7143960, JDK-7141822, and JDK-8241072
The tests should be updated to explicitly run with -Djdk.net.usePlainDatagramSocketImpl=false to avoid false failures when running all tests with a global jtreg -Djdk.net.usePlainDatagramSocketImpl switch.
see