< prev index next >

test/java/io/Serializable/longString/LongString.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 4217676 * @summary Ensure that object streams support serialization of long strings * (strings whose UTF representation > 64k in length) + * @key randomness */ import java.io.*; import java.util.*;
< prev index next >