test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java
changeset 48469 7312ae4465d6
parent 48383 d6388b652504
child 48791 6e079ff6c83c
--- a/test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java	Tue Dec 19 06:29:17 2017 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java	Mon Dec 04 08:59:47 2017 -0800
@@ -25,8 +25,7 @@
 /*
  * @test
  * @summary test the ability to archive array classes and load them from the archive
- * AppCDS does not support uncompressed oops
- * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
+ * @requires vm.cds
  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
  * @modules jdk.jartool/sun.tools.jar
  * @compile ArrayTestHelper.java