diff -r 7cc7de9bf4a4 -r 7312ae4465d6 test/hotspot/jtreg/runtime/appcds/customLoader/LoaderSegregationTest.java --- a/test/hotspot/jtreg/runtime/appcds/customLoader/LoaderSegregationTest.java Tue Dec 19 06:29:17 2017 -0500 +++ b/test/hotspot/jtreg/runtime/appcds/customLoader/LoaderSegregationTest.java Mon Dec 04 08:59:47 2017 -0800 @@ -26,8 +26,7 @@ * @test * @summary Check that during dumping, the classes for BOOT/EXT/APP loaders are segregated from the * custom loader classes. - * (NOTE: 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 * @modules java.base/jdk.internal.misc