< prev index next >

test/java/lang/StringBuffer/Capacity.java

Print this page

        

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