-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b120
Replace usage of -Djdk.launcher.limitmods, in several networking and NIO tests, with -limitmods when jtreg with support for -limitmods is widely available.
The current set of tests using this are:
* @run main/othervm -Djdk.launcher.limitmods=java.base OptionsTest
./java/net/SocketOption/OptionsTest.java
* @run main/othervm -Djdk.launcher.limitmods=java.base UnsupportedOptionsTest
./java/net/SocketOption/UnsupportedOptionsTest.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/DatagramChannel/SocketOptionTests.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/SocketChannel/SocketOptionTests.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/ServerSocketChannel/SocketOptionTests.java
The current set of tests using this are:
* @run main/othervm -Djdk.launcher.limitmods=java.base OptionsTest
./java/net/SocketOption/OptionsTest.java
* @run main/othervm -Djdk.launcher.limitmods=java.base UnsupportedOptionsTest
./java/net/SocketOption/UnsupportedOptionsTest.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/DatagramChannel/SocketOptionTests.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/SocketChannel/SocketOptionTests.java
* @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
./java/nio/channels/ServerSocketChannel/SocketOptionTests.java
- relates to
-
JDK-8044773 Refactor jdk.net API so that it can be moved out of the base module
-
- Closed
-