test/jdk/java/nio/channels/SocketChannel/AdaptSocket.java
changeset 49255 acdb8531cc8b
parent 47216 71c04702a3d5
child 49702 09c01737ad27
--- a/test/jdk/java/nio/channels/SocketChannel/AdaptSocket.java	Thu Mar 15 14:54:10 2018 -0700
+++ b/test/jdk/java/nio/channels/SocketChannel/AdaptSocket.java	Fri Mar 16 18:15:31 2018 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2018, 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
@@ -24,7 +24,9 @@
 /* @test
  * @bug 8156002
  * @summary Unit test for socket-channel adaptors
- * @library ..
+ * @library .. /test/lib
+ * @build jdk.test.lib.Utils TestServers
+ * @run main AdaptSocket
  */
 
 import java.io.*;