test/hotspot/jtreg/runtime/cds/appcds/CommandLineFlagComboNegative.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    28  *          the dump and execute steps, in such way that they cause errors
    28  *          the dump and execute steps, in such way that they cause errors
    29  *          E.g. use compressed oops for creating and archive, but then
    29  *          E.g. use compressed oops for creating and archive, but then
    30  *               execute w/o compressed oops
    30  *               execute w/o compressed oops
    31  * @requires vm.cds
    31  * @requires vm.cds
    32  * @library /test/lib
    32  * @library /test/lib
    33  * @modules java.base/jdk.internal.misc
    33  * @modules jdk.jartool/sun.tools.jar
    34  *          java.management
       
    35  *          jdk.jartool/sun.tools.jar
       
    36  * @compile test-classes/Hello.java
    34  * @compile test-classes/Hello.java
    37  * @run driver CommandLineFlagComboNegative
    35  * @run driver CommandLineFlagComboNegative
    38  */
    36  */
    39 
    37 
    40 import java.util.ArrayList;
    38 import java.util.ArrayList;