test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParNew.java
changeset 50455 2b73cce96dce
parent 50113 caf115bb98ad
child 51214 67736b4846a0
equal deleted inserted replaced
50454:d134badc8a42 50455:2b73cce96dce
    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.gc == "null"
    29  * @requires vm.gc == "null" & !vm.graal.enabled
    30  * @library /test/lib /test/jdk
    30  * @library /test/lib /test/jdk
    31  * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx64m jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithParNew
    31  * @run main/othervm -XX:+UseConcMarkSweepGC -Xmx64m jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithParNew
    32  */
    32  */
    33 public class TestStressAllocationGCEventsWithParNew {
    33 public class TestStressAllocationGCEventsWithParNew {
    34 
    34