8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
Summary: Added at requires vm.cds
Reviewed-by: dcubed, jiangli
--- a/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java Wed Mar 21 13:07:19 2018 -0700
+++ b/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java Wed Mar 21 13:18:06 2018 -0700
@@ -24,7 +24,7 @@
/*
* @test
* @summary Make sure CDS works with a minimal test case that uses a CONSTANT_Dynamic constant-pool entry
- * @requires os.arch != "sparcv9"
+ * @requires (os.arch != "sparcv9") & (vm.cds)
* @modules java.base/jdk.internal.misc
* @library /test/lib /test/hotspot/jtreg/runtime/appcds
* @build CondyHello