test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/FlagCombo.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
child 58953 38d4202154f2
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @summary Test relevant combinations of command line flags with shared strings
    27  * @summary Test relevant combinations of command line flags with shared strings
    28  * @requires vm.cds.archived.java.heap & vm.hasJFR
    28  * @requires vm.cds.archived.java.heap & vm.hasJFR
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    30  * @modules java.base/jdk.internal.misc
    30  * @modules jdk.jartool/sun.tools.jar
    31  * @modules java.management
       
    32  *          jdk.jartool/sun.tools.jar
       
    33  * @build HelloString
    31  * @build HelloString
    34  * @run driver FlagCombo
    32  * @run driver FlagCombo
    35  */
    33  */
    36 
    34 
    37 /**
    35 /**
    38  * @test
    36  * @test
    39  * @summary Test relevant combinations of command line flags with shared strings
    37  * @summary Test relevant combinations of command line flags with shared strings
    40  * @comment A special test excluding the case that requires JFR
    38  * @comment A special test excluding the case that requires JFR
    41  * @requires vm.cds.archived.java.heap & !vm.hasJFR
    39  * @requires vm.cds.archived.java.heap & !vm.hasJFR
    42  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    40  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    43  * @modules java.base/jdk.internal.misc
       
    44  * @modules java.management
       
    45  *          jdk.jartool/sun.tools.jar
       
    46  * @build HelloString
    41  * @build HelloString
    47  * @run driver FlagCombo noJfr
    42  * @run driver FlagCombo noJfr
    48  */
    43  */
    49 
    44 
    50 import jdk.test.lib.BuildHelper;
    45 import jdk.test.lib.BuildHelper;