jdk/test/sun/nio/cs/TestIBM1364.java
changeset 44115 bb4e971bf5d4
parent 8795 d235a77ef918
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 
    24 
    25 /* @test
    25 /* @test
    26    @bug 6803681
    26  * @bug 6803681
    27    @summary Test IBM1364
    27  * @summary Test IBM1364
       
    28  * @modules jdk.charsets
    28  */
    29  */
    29 
    30 
    30 import java.util.Arrays;
    31 import java.util.Arrays;
    31 import java.nio.*;
    32 import java.nio.*;
    32 import java.nio.charset.*;
    33 import java.nio.charset.*;