test/hotspot/jtreg/runtime/cds/appcds/condy/CondyHelloTest.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Make sure CDS works with a minimal test case that uses a CONSTANT_Dynamic constant-pool entry
    26  * @summary Make sure CDS works with a minimal test case that uses a CONSTANT_Dynamic constant-pool entry
    27  * @requires (vm.cds)
    27  * @requires (vm.cds)
    28  * @modules java.base/jdk.internal.misc
       
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    28  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    30  * @build CondyHello
    29  * @build CondyHello
    31  * @build sun.hotspot.WhiteBox CondyHelloTest CondyHelloApp
    30  * @build sun.hotspot.WhiteBox CondyHelloTest CondyHelloApp
    32  * @run driver ClassFileInstaller -jar condy_hello.jar CondyHello CondyHelloApp
    31  * @run driver ClassFileInstaller -jar condy_hello.jar CondyHello CondyHelloApp
    33  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox