< prev index next >

test/sun/nio/cs/TestStringCoding.java

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! @bug 6636323 6636319 7040220 7096080 7183053 8080248 ! @summary Test if StringCoding and NIO result have the same de/encoding result * @run main/othervm/timeout=2000 TestStringCoding * @key randomness */ import java.util.*; --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 6636323 6636319 7040220 7096080 7183053 8080248 ! * @summary Test if StringCoding and NIO result have the same de/encoding result ! * @modules java.base/sun.nio.cs * @run main/othervm/timeout=2000 TestStringCoding * @key randomness */ import java.util.*;
< prev index next >