< prev index next >

test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

@@ -28,13 +28,10 @@
  * @bug 6368984
  * @summary Configuring unconnected Socket before passing to implAccept
  *          can cause fd leak
  * @requires (os.family != "windows")
  * @library /test/lib
- * @build jdk.test.lib.JDKToolFinder
- *        jdk.test.lib.process.OutputAnalyzer
- *        AcceptCauseFileDescriptorLeak
  * @run main/othervm AcceptCauseFileDescriptorLeak root
  */
 
 import java.io.IOException;
 import java.net.ServerSocket;
< prev index next >