hotspot/test/runtime/BootClassAppendProp/BootClassPathAppendProp.java
changeset 40244 b3055c216762
parent 36508 5f9eee6b383b
child 40631 ed82623d7831
equal deleted inserted replaced
40238:4d2a15091124 40244:b3055c216762
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @build BootClassPathAppendProp
    28  * @build BootClassPathAppendProp
    29  * @run main/othervm -Xbootclasspath/a:/usr/lib -showversion -Xbootclasspath/a:/i/dont/exist BootClassPathAppendProp
    29  * @run main/othervm -Xbootclasspath/a:/usr/lib -showversion -Xbootclasspath/a:/i/dont/exist BootClassPathAppendProp
    30  * @run main/othervm -Xpatch:/not/here -Xbootclasspath/a:/i/may/exist BootClassPathAppendProp
    30  * @run main/othervm --patch-module=no_module=/not/here -Xbootclasspath/a:/i/may/exist BootClassPathAppendProp
    31  * @run main/othervm -Djdk.boot.class.path.append=newdir BootClassPathAppendProp
    31  * @run main/othervm -Djdk.boot.class.path.append=newdir BootClassPathAppendProp
    32  * @run main/othervm BootClassPathAppendProp
    32  * @run main/othervm BootClassPathAppendProp
    33  */
    33  */
    34 
    34 
    35 // Test that property jdk.boot.class.path.append contains only the bootclasspath
    35 // Test that property jdk.boot.class.path.append contains only the bootclasspath