jdk/test/sun/nio/cs/TestIBMBugs.java
changeset 44115 bb4e971bf5d4
parent 23010 6dadb192ad81
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    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 6371437 6371422 6371416 6371619 5058184 6371431 6639450 6569191 6577466
    25  * @bug 6371437 6371422 6371416 6371619 5058184 6371431 6639450 6569191 6577466
    26    @summary Check if the problems reported in above bugs have been fixed
    26  * @summary Check if the problems reported in above bugs have been fixed
       
    27  * @modules jdk.charsets
    27  */
    28  */
    28 
    29 
    29 import java.io.*;
    30 import java.io.*;
    30 import java.nio.*;
    31 import java.nio.*;
    31 import java.nio.charset.*;
    32 import java.nio.charset.*;