test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithCMS.java
changeset 51214 67736b4846a0
parent 50455 2b73cce96dce
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 package jdk.jfr.event.gc.detailed;
    25 package jdk.jfr.event.gc.detailed;
    26 
    26 
    27 /*
    27 /**
    28  * @test
    28  * @test
       
    29  * @requires vm.hasJFR
    29  * @requires (vm.gc == "null" | vm.gc == "ConcMarkSweep") & !vm.graal.enabled
    30  * @requires (vm.gc == "null" | vm.gc == "ConcMarkSweep") & !vm.graal.enabled
    30  * @library /test/lib /test/jdk
    31  * @library /test/lib /test/jdk
    31  * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx256m jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithCMS 1048576
    32  * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx256m jdk.jfr.event.gc.detailed.TestStressBigAllocationGCEventsWithCMS 1048576
    32  */
    33  */
    33 public class TestStressBigAllocationGCEventsWithCMS {
    34 public class TestStressBigAllocationGCEventsWithCMS {