jdk/test/java/nio/channels/SocketChannel/SocketOptionTests.java
changeset 37676 24ef455da1b0
parent 14342 8435a30053c1
child 38474 db344a94eb44
equal deleted inserted replaced
37675:a9be5f4baa63 37676:24ef455da1b0
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 4640544
    25  * @bug 4640544 8044773
    26  * @summary Unit test to check SocketChannel setOption/getOption/options
    26  * @summary Unit test to check SocketChannel setOption/getOption/options
    27  *          methods.
    27  *          methods.
       
    28  * @run main SocketOptionTests
       
    29  * @run main/othervm -Djdk.launcher.limitmods=java.base SocketOptionTests
    28  */
    30  */
    29 
    31 
    30 import java.nio.*;
    32 import java.nio.*;
    31 import java.nio.channels.*;
    33 import java.nio.channels.*;
    32 import java.net.*;
    34 import java.net.*;