jdk/test/java/lang/ClassLoader/LibraryPathProperty.java
changeset 42338 a60f280f803c
parent 28521 b86e910f3310
child 45709 841996818446
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    26  * @bug 8067951
    26  * @bug 8067951
    27  * @summary Unit test for internal ClassLoader#initializePath().
    27  * @summary Unit test for internal ClassLoader#initializePath().
    28  *          Quoted entries should get unquoted on Windows.
    28  *          Quoted entries should get unquoted on Windows.
    29  *          Empty entries should be replaced with dot.
    29  *          Empty entries should be replaced with dot.
    30  * @library /lib/testlibrary
    30  * @library /lib/testlibrary
       
    31  * @modules java.base/java.lang:open
    31  * @build jdk.testlibrary.Platform
    32  * @build jdk.testlibrary.Platform
    32  * @run main LibraryPathProperty
    33  * @run main LibraryPathProperty
    33  */
    34  */
    34 
    35 
    35 import java.lang.reflect.Method;
    36 import java.lang.reflect.Method;