jdk/test/tools/launcher/UnicodeTest.java
changeset 45944 882cea808912
parent 14856 92a1bcf46888
equal deleted inserted replaced
45943:f259efd4f8df 45944:882cea808912
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 5030265
    26  * @bug 5030265
       
    27  * @modules jdk.compiler
       
    28  *          jdk.zipfs
    27  * @compile  -XDignore.symbol.file UnicodeTest.java
    29  * @compile  -XDignore.symbol.file UnicodeTest.java
    28  * @run main/othervm UnicodeTest
    30  * @run main/othervm UnicodeTest
    29  * @summary Verify that the J2RE can handle all legal Unicode characters
    31  * @summary Verify that the J2RE can handle all legal Unicode characters
    30  *          in class names unless limited by the file system encoding
    32  *          in class names unless limited by the file system encoding
    31  *          or the encoding used for command line arguments.
    33  *          or the encoding used for command line arguments.