jdk/test/java/nio/channels/ServerSocketChannel/SocketOptionTests.java
changeset 40261 86a49ba76f52
parent 38474 db344a94eb44
equal deleted inserted replaced
40260:4e69b50ccd97 40261:86a49ba76f52
    24 /* @test
    24 /* @test
    25  * @bug 4640544 8044773
    25  * @bug 4640544 8044773
    26  * @summary Unit test for ServerSocketChannel setOption/getOption/options
    26  * @summary Unit test for ServerSocketChannel setOption/getOption/options
    27  *          methods.
    27  *          methods.
    28  * @run main SocketOptionTests
    28  * @run main SocketOptionTests
    29  * @run main/othervm -limitmods java.base SocketOptionTests
    29  * @run main/othervm --limit-modules=java.base SocketOptionTests
    30  */
    30  */
    31 
    31 
    32 import java.nio.*;
    32 import java.nio.*;
    33 import java.nio.channels.*;
    33 import java.nio.channels.*;
    34 import java.net.*;
    34 import java.net.*;