< prev index next >

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

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

*** 23,34 **** /* * @test * @bug 4607272 * @summary tests tasks can be submitted to a channel group's thread pool. ! * @library /lib/testlibrary bootlib ! * @build JarUtils PrivilegedThreadFactory Attack * @run driver SetupJar * @run main/othervm -Xbootclasspath/a:privileged.jar AsExecutor */ import java.nio.channels.AsynchronousChannelGroup; --- 23,35 ---- /* * @test * @bug 4607272 * @summary tests tasks can be submitted to a channel group's thread pool. ! * @library /test/lib bootlib ! * @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 >