diff -r 24c4780f69a5 -r 67736b4846a0 test/hotspot/jtreg/runtime/appcds/CDSandJFR.java --- a/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java Fri Jul 20 09:33:49 2018 +0200 +++ b/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java Fri Jul 20 09:46:57 2018 +0200 @@ -22,10 +22,10 @@ * */ -/* +/** * @test * @summary Make sure CDS and JFR work together. - * @requires vm.cds + * @requires vm.hasJFR & vm.cds * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes test-classes * @modules jdk.jfr * @build Hello GetFlightRecorder