test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java	Wed Dec 13 00:14:58 2017
--- new/test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java	Wed Dec 13 00:14:57 2017

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 23,32 **** --- 23,33 ---- /* @test * @bug 4640544 8044773 * @summary Unit test to check SocketChannel setOption/getOption/options * methods. + * @requires !vm.graal.enabled * @run main SocketOptionTests * @run main/othervm --limit-modules=java.base SocketOptionTests */ import java.nio.*;

test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File