--- old/test/java/nio/channels/FileChannel/ClosedByInterrupt.java 2015-04-21 18:52:04.104233202 -0700 +++ new/test/java/nio/channels/FileChannel/ClosedByInterrupt.java 2015-04-21 18:52:03.920141198 -0700 @@ -25,6 +25,7 @@ * @bug 6979009 * @summary Ensure ClosedByInterruptException is thrown when I/O operation * interrupted by Thread.interrupt + * @key randomness */ import java.io.*;