< prev index next >

test/hotspot/jtreg/runtime/appcds/CDSandJFR.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /* * @test * @summary Make sure CDS and JFR work together. ! * @requires 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 * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent * @run main CDSandJFR --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! /** * @test * @summary Make sure CDS and JFR work together. ! * @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 * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent * @run main CDSandJFR
< prev index next >