test/hotspot/jtreg/runtime/cds/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary Ensure that classes found in jimage takes precedence over classes found in -Xbootclasspath/a.
    27  * @summary Ensure that classes found in jimage takes precedence over classes found in -Xbootclasspath/a.
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    30  * @modules java.compiler
    30  * @modules jdk.jartool/sun.tools.jar
    31  *          jdk.jartool/sun.tools.jar
       
    32  * @compile ../../test-classes/DummyClassHelper.java
    31  * @compile ../../test-classes/DummyClassHelper.java
    33  * @compile ../../test-classes/java/net/HttpCookie.jasm
    32  * @compile ../../test-classes/java/net/HttpCookie.jasm
    34  * @compile ../../../javax/annotation/processing/FilerException.jasm
    33  * @compile ../../../javax/annotation/processing/FilerException.jasm
    35  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    36  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox