test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java
changeset 48469 7312ae4465d6
parent 48138 78b2ecdd3c4b
child 48791 6e079ff6c83c
--- a/test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java	Tue Dec 19 06:29:17 2017 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java	Mon Dec 04 08:59:47 2017 -0800
@@ -25,8 +25,8 @@
 /*
  * @test
  * @summary Run multiple processes with the same archive, ensure they share
- * 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
  *          java.management