test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java
changeset 48397 ead47ddf5844
parent 47216 71c04702a3d5
child 50303 7164c3bb55df
--- a/test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java	Wed Dec 13 19:32:48 2017 +0300
+++ b/test/jdk/java/nio/channels/SocketChannel/SocketOptionTests.java	Wed Dec 13 11:59:55 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -25,6 +25,7 @@
  * @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
  */