< prev index next > test/hotspot/jtreg/runtime/cds/appcds/cacheObject/OpenArchiveRegion.java
Print this page
* @summary Test open archive heap regions
* @requires vm.cds.write.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")
+ * @requires (vm.gc=="null") & vm.opt.final.UseCompactObjectHeaders == false
* @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
* @compile ../test-classes/Hello.java
* @run driver OpenArchiveRegion
*/
< prev index next >