In the CDS tests, replace all use of * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true) with * @requires vm.cds Also remove the redundant comment " * AppCDS does not support uncompressed oops" which somehow ended up in the summary section of the AppCDS tests, making the JTREG test report hard to read. See JDK-8191375 for more details.