test/hotspot/jtreg/runtime/cds/appcds/CDSandJFR.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @summary Make sure CDS and JFR work together.
    27  * @summary Make sure CDS and JFR work together.
    28  * @requires vm.hasJFR & vm.cds
    28  * @requires vm.hasJFR & vm.cds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes test-classes
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds /test/hotspot/jtreg/runtime/cds/appcds/test-classes test-classes
    30  * @modules jdk.jfr
       
    31  * @build Hello GetFlightRecorder
    30  * @build Hello GetFlightRecorder
    32  * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent
    31  * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent
    33  * @run main/othervm/timeout=500 CDSandJFR
    32  * @run main/othervm/timeout=500 CDSandJFR
    34  */
    33  */
    35 
    34