test/hotspot/jtreg/runtime/appcds/VerifierTest_2.java
changeset 48469 7312ae4465d6
parent 48138 78b2ecdd3c4b
--- a/test/hotspot/jtreg/runtime/appcds/VerifierTest_2.java	Tue Dec 19 06:29:17 2017 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/VerifierTest_2.java	Mon Dec 04 08:59:47 2017 -0800
@@ -25,8 +25,7 @@
 /*
  * @test
  * @summary Unverfiable app classes should not be archived.
- * AppCDS does not support uncompressed oops
- * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
+ * @requires vm.cds
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  * @modules jdk.jartool/sun.tools.jar