diff -r 4dc04372d56b -r 399359a027de jdk/test/java/nio/channels/AsynchronousFileChannel/CustomThreadPool.java --- a/jdk/test/java/nio/channels/AsynchronousFileChannel/CustomThreadPool.java Sat Aug 22 17:40:18 2009 +0100 +++ b/jdk/test/java/nio/channels/AsynchronousFileChannel/CustomThreadPool.java Sun Aug 23 12:53:45 2009 +0100 @@ -22,7 +22,7 @@ */ /* @test - * @bug 4607272 + * @bug 4607272 6842687 * @summary Unit test for java.nio.channels.AsynchronousFileChannel * @build CustomThreadPool MyThreadFactory * @run main/othervm -Djava.nio.channels.DefaultThreadPool.threadFactory=MyThreadFactory CustomThreadPool @@ -51,8 +51,6 @@ } public void failed(Throwable exc, AtomicReference invoker) { } - public void cancelled(AtomicReference invoker) { - } }); Thread t; while ((t = invoker.get()) == null) {