< prev index next >

test/jdk/java/nio/channels/AsynchronousChannelGroup/AsExecutor.java

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

@@ -24,11 +24,12 @@
 /*
  * @test
  * @bug 4607272
  * @summary tests tasks can be submitted to a channel group's thread pool.
  * @library /test/lib bootlib
- * @build JarUtils PrivilegedThreadFactory Attack
+ * @build PrivilegedThreadFactory Attack
+ *        jdk.test.lib.util.JarUtils
  * @run driver SetupJar
  * @run main/othervm -Xbootclasspath/a:privileged.jar AsExecutor
  */
 
 import java.nio.channels.AsynchronousChannelGroup;
< prev index next >