jdk/test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java
changeset 45467 99c87a16a8e4
parent 42449 ec908b8eb5cc
--- a/jdk/test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java	Mon Jun 12 12:40:43 2017 -0700
+++ b/jdk/test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java	Mon Jun 12 12:43:26 2017 -0700
@@ -30,8 +30,12 @@
  *          can cause fd leak
  * @requires (os.family != "windows")
  * @library /test/lib
- * @build jdk.test.lib.JDKToolFinder
- *        jdk.test.lib.process.OutputAnalyzer
+ * @build jdk.test.lib.Utils
+ *        jdk.test.lib.Asserts
+ *        jdk.test.lib.JDKToolFinder
+ *        jdk.test.lib.JDKToolLauncher
+ *        jdk.test.lib.Platform
+ *        jdk.test.lib.process.*
  *        AcceptCauseFileDescriptorLeak
  * @run main/othervm AcceptCauseFileDescriptorLeak root
  */