Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8276634: Remove usePlainDatagramSocketImpl option from the test DatagramChannel/SendReceiveMaxSize.java #6252

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -25,7 +25,7 @@
* @bug 6431343
* @summary Test that DatagramChannel.getLocalAddress returns the right local
* address after connect/disconnect.
* @run main/othervm -Djdk.net.usePlainDatagramSocketImpl=false ChangingAddress
* @run main/othervm ChangingAddress
*/
import java.net.*;
import java.nio.channels.DatagramChannel;
Expand Down
Expand Up @@ -31,8 +31,6 @@
* @build jdk.test.lib.net.IPSupport
* @run testng/othervm SendReceiveMaxSize
* @run testng/othervm -Djava.net.preferIPv4Stack=true SendReceiveMaxSize
* @run testng/othervm -Djdk.net.usePlainDatagramSocketImpl SendReceiveMaxSize
* @run testng/othervm -Djdk.net.usePlainDatagramSocketImpl -Djava.net.preferIPv4Stack=true SendReceiveMaxSize
*/

import jdk.test.lib.RandomFactory;
Expand Down