test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
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 == "Parallel"
    30  * @requires vm.gc == "null" | vm.gc == "Parallel"
    30  * @library /test/lib /test/jdk
    31  * @library /test/lib /test/jdk
    31  * @run main/othervm -XX:+UseParallelGC -Xmx64m jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithParallel
    32  * @run main/othervm -XX:+UseParallelGC -Xmx64m jdk.jfr.event.gc.detailed.TestStressAllocationGCEventsWithParallel
    32  */
    33  */
    33 public class TestStressAllocationGCEventsWithParallel {
    34 public class TestStressAllocationGCEventsWithParallel {