< prev index next >

test/java/lang/StringBuffer/Capacity.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 6952330
  * @summary Test StringBuffer/StringBuilder capacity handling.
+ * @key randomness
  */
 
 import java.util.Random;
 
 public class Capacity {
< prev index next >