< prev index next >

test/java/util/zip/GZIP/GZIPInputStreamRead.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4691425
  * @summary Test the read and write of GZIPInput/OutputStream, including
  *          concatenated .gz inputstream
+ * @key randomness
  */
 
 import java.io.*;
 import java.util.*;
 import java.util.zip.*;
< prev index next >