test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions_noCompactStrings.java
changeset 52032 2f7a2e7c3221
parent 51527 dda0f219dafa
equal deleted inserted replaced
52031:ecb72543c632 52032:2f7a2e7c3221
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary Test options that are incompatible with use of shared strings
    27  * @summary Test options that are incompatible with use of shared strings
    28  *          Also test mismatch in oops encoding between dump time and run time
    28  *          Also test mismatch in oops encoding between dump time and run time
    29  * @requires vm.cds.archived.java.heap
    29  * @requires vm.cds.archived.java.heap
       
    30  * @comment This test explicitly chooses the type of GC to be used by sub-processes. It may conflict with the GC type set
       
    31  * via the -vmoptions command line option of JTREG. vm.gc==null will help the test case to discard the explicitly passed
       
    32  * vm options.
    30  * @requires (vm.gc=="null")
    33  * @requires (vm.gc=="null")
    31  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    34  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    32  * @modules jdk.jartool/sun.tools.jar
    35  * @modules jdk.jartool/sun.tools.jar
    33  * @build sun.hotspot.WhiteBox
    36  * @build sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission