< prev index next >

test/java/util/zip/FlaterTest.java

Print this page

        

@@ -24,10 +24,11 @@
 /**
  * @test
  * @bug 6348045
  * @summary GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical)
  * and causes slowness.  This test uses Deflater and Inflater directly.
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.*;
 import java.util.*;
< prev index next >