< prev index next >

test/java/nio/Buffer/Chars.java

Print this page

        

@@ -24,10 +24,11 @@
 /**
  * @test
  * @bug 8014854
  * @summary Exercises CharBuffer#chars on each of the CharBuffer types
  * @run testng Chars
+ * @key randomness
  */
 
 import java.nio.ByteBuffer;
 import java.nio.ByteOrder;
 import java.nio.CharBuffer;
< prev index next >