--- old/test/java/io/FileInputStream/LargeFileAvailable.java 2017-03-07 19:30:09.366495065 -0800 +++ new/test/java/io/FileInputStream/LargeFileAvailable.java 2017-03-07 19:30:09.146495078 -0800 @@ -24,6 +24,7 @@ /* * @test * @bug 6402006 7030573 8011136 + * @key intermittent * @summary Test if available returns correct value when reading * a large file. */ --- old/test/java/lang/ProcessBuilder/Basic.java 2017-03-07 19:30:09.917495032 -0800 +++ new/test/java/lang/ProcessBuilder/Basic.java 2017-03-07 19:30:09.701495045 -0800 @@ -28,6 +28,7 @@ * 6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958 * 4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464 * 8067796 + * @key intermittent * @summary Basic tests for Process and Environment Variable code * @modules java.base/java.lang:open * @run main/othervm/timeout=300 Basic --- old/test/java/nio/channels/FileChannel/LoopingTruncate.java 2017-03-07 19:30:10.550494994 -0800 +++ new/test/java/nio/channels/FileChannel/LoopingTruncate.java 2017-03-07 19:30:10.300495009 -0800 @@ -24,6 +24,7 @@ /** * @test * @bug 8137121 8137230 + * @key intermittent * @summary (fc) Infinite loop FileChannel.truncate * @library /lib/testlibrary * @build jdk.testlibrary.Utils --- old/test/java/nio/channels/FileChannel/Transfer.java 2017-03-07 19:30:11.125494960 -0800 +++ new/test/java/nio/channels/FileChannel/Transfer.java 2017-03-07 19:30:10.871494975 -0800 @@ -24,6 +24,7 @@ /* @test * @bug 4434723 4482726 4559072 4638365 4795550 5081340 5103988 6253145 * 6984545 + * @key intermittent * @summary Test FileChannel.transferFrom and transferTo (use -Dseed=X to set PRNG seed) * @library .. * @library /lib/testlibrary/ --- old/test/java/nio/channels/FileChannel/Transfers.java 2017-03-07 19:30:11.643494929 -0800 +++ new/test/java/nio/channels/FileChannel/Transfers.java 2017-03-07 19:30:11.449494941 -0800 @@ -22,6 +22,7 @@ */ /* @test + * @key intermittent * @summary Comprehensive test for FileChannel.transfer{From,To} * @bug 4708120 * @author Mark Reinhold --- old/test/javax/net/ssl/DTLS/CipherSuite.java 2017-03-07 19:30:12.187494897 -0800 +++ new/test/javax/net/ssl/DTLS/CipherSuite.java 2017-03-07 19:30:11.994494908 -0800 @@ -27,6 +27,7 @@ /* * @test * @bug 8043758 + * @key intermittent * @summary Datagram Transport Layer Security (DTLS) * @modules java.base/sun.security.util * jdk.crypto.ec --- old/test/sun/security/tools/keytool/DefaultSignatureAlgorithm.java 2017-03-07 19:30:12.683494867 -0800 +++ new/test/sun/security/tools/keytool/DefaultSignatureAlgorithm.java 2017-03-07 19:30:12.495494879 -0800 @@ -24,6 +24,7 @@ /* * @test * @bug 8138766 + * @key intermittent * @summary New default -sigalg for keytool * @modules java.base/sun.security.tools.keytool * @modules jdk.crypto.ec