test/hotspot/jtreg/runtime/cds/appcds/jigsaw/CheckUnsupportedDumpingOptions.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 Abort dumping if any of the new jigsaw vm options is specified.
    27  * @summary Abort dumping if any of the new jigsaw vm options is specified.
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib ..
    29  * @library /test/lib ..
    30  * @modules java.base/jdk.internal.misc
    30  * @modules jdk.jartool/sun.tools.jar
    31  *          java.management
       
    32  *          jdk.jartool/sun.tools.jar
       
    33  *          jdk.internal.jvmstat/sun.jvmstat.monitor
       
    34  * @compile ../test-classes/Hello.java
    31  * @compile ../test-classes/Hello.java
    35  * @run driver CheckUnsupportedDumpingOptions
    32  * @run driver CheckUnsupportedDumpingOptions
    36  */
    33  */
    37 
    34 
    38 import jdk.test.lib.compiler.InMemoryJavaCompiler;
    35 import jdk.test.lib.compiler.InMemoryJavaCompiler;