< prev index next >

test/java/lang/String/ContentEquals.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 4242309 4982981
  * @summary Test equals and contentEquals in String
+ * @key randomness
  */
 import java.util.Random;
 import java.nio.CharBuffer;
 
 // Yes, I used cut and paste for this test. Yes more code
< prev index next >