jdk/test/sun/nio/cs/TestCharsetMapping.java
changeset 47115 5e68e293e7a1
parent 47025 e78bddc74bf5
equal deleted inserted replaced
47114:5a9e5cc0be89 47115:5e68e293e7a1
    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 8186801
    25  * @bug 8186801 8186751
    26  * @summary Test the charset mappings
    26  * @summary Test the charset mappings
    27  */
    27  */
    28 
    28 
    29 import java.io.*;
    29 import java.io.*;
    30 import java.nio.*;
    30 import java.nio.*;