< prev index next >

test/java/nio/channels/FileChannel/ClosedByInterrupt.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 6979009 * @summary Ensure ClosedByInterruptException is thrown when I/O operation * interrupted by Thread.interrupt + * @key randomness */ import java.io.*; import java.util.Random; import java.nio.ByteBuffer;
< prev index next >