test/hotspot/jtreg/runtime/appcds/customLoader/ProtectionDomain.java
changeset 48469 7312ae4465d6
parent 48155 551de50b4ff7
child 51990 6003e034cdd8
--- a/test/hotspot/jtreg/runtime/appcds/customLoader/ProtectionDomain.java	Tue Dec 19 06:29:17 2017 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/customLoader/ProtectionDomain.java	Mon Dec 04 08:59:47 2017 -0800
@@ -26,8 +26,7 @@
  * @test
  * @summary AppCDS handling of protection domain in custom loaders.
  *
- * AppCDS does not support uncompressed oops
- * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
+ * @requires vm.cds
  * @requires vm.cds.custom.loaders
  *
  * @library /test/lib /test/hotspot/jtreg/runtime/appcds