test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Test archived module graph with custom runtime image
    26  * @summary Test archived module graph with custom runtime image
    27  * @requires vm.cds.archived.java.heap
    27  * @requires vm.cds.archived.java.heap
    28  * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    28  * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    29  * @modules java.base/jdk.internal.module
       
    30  *          java.management
       
    31  *          jdk.jlink
       
    32  *          jdk.compiler
       
    33  * @build sun.hotspot.WhiteBox
    29  * @build sun.hotspot.WhiteBox
    34  * @compile CheckArchivedModuleApp.java
    30  * @compile CheckArchivedModuleApp.java
    35  * @run driver ClassFileInstaller -jar app.jar CheckArchivedModuleApp
    31  * @run driver ClassFileInstaller -jar app.jar CheckArchivedModuleApp
    36  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    37  * @run driver ArchivedModuleWithCustomImageTest
    33  * @run driver ArchivedModuleWithCustomImageTest