test/hotspot/jtreg/runtime/cds/appcds/CommandLineFlagCombo.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
child 58944 bb2a436e616c
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    30  * vm options.
    30  * vm options.
    31  * @requires (vm.gc=="null")
    31  * @requires (vm.gc=="null")
    32  * @summary Test command line flag combinations that
    32  * @summary Test command line flag combinations that
    33  *          could likely affect the behaviour of AppCDS
    33  *          could likely affect the behaviour of AppCDS
    34  * @library /test/lib
    34  * @library /test/lib
    35  * @modules java.base/jdk.internal.misc
    35  * @modules jdk.jartool/sun.tools.jar
    36  *          java.management
       
    37  *          jdk.jartool/sun.tools.jar
       
    38  * @build sun.hotspot.WhiteBox
    36  * @build sun.hotspot.WhiteBox
    39  * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
    40  * @compile test-classes/Hello.java
    38  * @compile test-classes/Hello.java
    41  * @run main/othervm/timeout=240 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. CommandLineFlagCombo
    39  * @run main/othervm/timeout=240 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. CommandLineFlagCombo
    42  */
    40  */