test/jdk/sun/misc/URLClassPath/ClassnameCharTest.java
changeset 49258 be0ec3cc0c2a
parent 47216 71c04702a3d5
child 51920 26a17d160081
equal deleted inserted replaced
48989:0b65c64c9db9 49258:be0ec3cc0c2a
    24 /* @test
    24 /* @test
    25  * @bug 4957669 5017871
    25  * @bug 4957669 5017871
    26  * @summary cannot load class names containing some JSR 202 characters;
    26  * @summary cannot load class names containing some JSR 202 characters;
    27  *          plugin does not escape unicode character in http request
    27  *          plugin does not escape unicode character in http request
    28  * @modules java.desktop/sun.applet
    28  * @modules java.desktop/sun.applet
       
    29  *          jdk.httpserver
    29  * @compile -XDignore.symbol.file=true ClassnameCharTest.java
    30  * @compile -XDignore.symbol.file=true ClassnameCharTest.java
    30  * @run main ClassnameCharTest
    31  * @run main ClassnameCharTest
    31  */
    32  */
    32 
    33 
    33 import java.io.*;
    34 import java.io.*;