test/hotspot/jtreg/runtime/appcds/CDSandJFR.java
changeset 51214 67736b4846a0
parent 50851 b1b5306fadea
child 51990 6003e034cdd8
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    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.cds
    28  * @requires vm.hasJFR & vm.cds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes test-classes
    29  * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes test-classes
    30  * @modules jdk.jfr
    30  * @modules jdk.jfr
    31  * @build Hello GetFlightRecorder
    31  * @build Hello GetFlightRecorder
    32  * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent
    32  * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent
    33  * @run main CDSandJFR
    33  * @run main CDSandJFR