test/hotspot/jtreg/runtime/cds/appcds/HelloExtTest.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    26  * @test
    26  * @test
    27  * @summary a simple test for loading a class using the platform class loader
    27  * @summary a simple test for loading a class using the platform class loader
    28  *          (which used to be called the "extension loader) in AppCDS
    28  *          (which used to be called the "extension loader) in AppCDS
    29  * @requires vm.cds
    29  * @requires vm.cds
    30  * @library /test/lib
    30  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    31  * @modules jdk.jartool/sun.tools.jar
    32  *          java.management
       
    33  *          jdk.jartool/sun.tools.jar
       
    34  *          jdk.internal.jvmstat/sun.jvmstat.monitor
       
    35  * @compile test-classes/HelloExt.java
    32  * @compile test-classes/HelloExt.java
    36  * @build sun.hotspot.WhiteBox
    33  * @build sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  * @run driver HelloExtTest
    35  * @run driver HelloExtTest
    39  */
    36  */