< prev index next >

test/hotspot/jtreg/runtime/appcds/CommandLineFlagCombo.java

Print this page

        

@@ -22,11 +22,14 @@
  *
  */
 
 /*
  * @test CommandLineFlagCombo
- * @requires vm.cds
+ * @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")
  * @summary Test command line flag combinations that
  *          could likely affect the behaviour of AppCDS
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
< prev index next >