< prev index next >

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

Print this page

        

*** 24,34 **** /** * @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/othervm/timeout=500 CDSandJFR */ --- 24,34 ---- /** * @test * @summary Make sure CDS and JFR work together. * @requires vm.hasJFR & vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/test-classes test-classes * @modules jdk.jfr * @build Hello GetFlightRecorder * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent * @run main/othervm/timeout=500 CDSandJFR */
< prev index next >