test/hotspot/jtreg/runtime/cds/appcds/cacheObject/OpenArchiveRegion.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    29  * @comment This test explicitly chooses the type of GC to be used by sub-processes. It may conflict with the GC type set
    29  * @comment This test explicitly chooses the type of GC to be used by sub-processes. It may conflict with the GC type set
    30  * via the -vmoptions command line option of JTREG. vm.gc==null will help the test case to discard the explicitly passed
    30  * via the -vmoptions command line option of JTREG. vm.gc==null will help the test case to discard the explicitly passed
    31  * vm options.
    31  * vm options.
    32  * @requires (vm.gc=="null")
    32  * @requires (vm.gc=="null")
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    34  * @modules java.base/jdk.internal.misc
    34  * @modules jdk.jartool/sun.tools.jar
    35  * @modules java.management
       
    36  *          jdk.jartool/sun.tools.jar
       
    37  * @compile ../test-classes/Hello.java
    35  * @compile ../test-classes/Hello.java
    38  * @run driver OpenArchiveRegion
    36  * @run driver OpenArchiveRegion
    39  */
    37  */
    40 
    38 
    41 import jdk.test.lib.process.OutputAnalyzer;
    39 import jdk.test.lib.process.OutputAnalyzer;