< prev index next >

jdk/test/java/nio/channels/ServerSocketChannel/SocketOptionTests.java

Print this page

        

*** 24,34 **** /* @test * @bug 4640544 8044773 * @summary Unit test for ServerSocketChannel setOption/getOption/options * methods. * @run main SocketOptionTests ! * @run main/othervm -limitmods java.base SocketOptionTests */ import java.nio.*; import java.nio.channels.*; import java.net.*; --- 24,34 ---- /* @test * @bug 4640544 8044773 * @summary Unit test for ServerSocketChannel setOption/getOption/options * methods. * @run main SocketOptionTests ! * @run main/othervm --limit-modules=java.base SocketOptionTests */ import java.nio.*; import java.nio.channels.*; import java.net.*;
< prev index next >