test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java
changeset 49987 e4b3cc56e2b2
parent 49477 84f0f5df5afa
child 51990 6003e034cdd8
--- a/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java	Fri May 04 10:45:47 2018 -0400
+++ b/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java	Fri May 04 12:14:09 2018 -0400
@@ -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") & (vm.cds)
+ * @requires (vm.cds)
  * @modules java.base/jdk.internal.misc
  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
  * @build CondyHello