< prev index next >

test/hotspot/jtreg/runtime/cds/cacheObject/OpenArchiveRegion.java

Print this page

        

*** 28,38 **** * @requires vm.cds.archived.java.heap * @comment This test explicitly chooses the type of GC to be used by sub-processes. It may conflict with the GC type set * via the -vmoptions command line option of JTREG. vm.gc==null will help the test case to discard the explicitly passed * vm options. * @requires (vm.gc=="null") ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * @modules java.management * jdk.jartool/sun.tools.jar * @compile ../test-classes/Hello.java * @run driver OpenArchiveRegion --- 28,38 ---- * @requires vm.cds.archived.java.heap * @comment This test explicitly chooses the type of GC to be used by sub-processes. It may conflict with the GC type set * via the -vmoptions command line option of JTREG. vm.gc==null will help the test case to discard the explicitly passed * vm options. * @requires (vm.gc=="null") ! * @library /test/lib /test/hotspot/jtreg/runtime/cds * @modules java.base/jdk.internal.misc * @modules java.management * jdk.jartool/sun.tools.jar * @compile ../test-classes/Hello.java * @run driver OpenArchiveRegion
< prev index next >