jdk/test/sun/nio/cs/TestStringCoding.java
changeset 30820 0d4717a011d3
parent 30691 8b8579faebd4
child 33663 2cd62a4bd471
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25    @bug 6636323 6636319 7040220 7096080 7183053 8080248
    25  * @bug 6636323 6636319 7040220 7096080 7183053 8080248
    26    @summary Test if StringCoding and NIO result have the same de/encoding result
    26  * @summary Test if StringCoding and NIO result have the same de/encoding result
       
    27  * @modules java.base/sun.nio.cs
    27  * @run main/othervm/timeout=2000 TestStringCoding
    28  * @run main/othervm/timeout=2000 TestStringCoding
    28  * @key randomness
    29  * @key randomness
    29  */
    30  */
    30 
    31 
    31 import java.util.*;
    32 import java.util.*;