test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    28 import jdk.jfr.consumer.RecordedEvent;
    28 import jdk.jfr.consumer.RecordedEvent;
    29 import jdk.test.lib.jfr.EventVerifier;
    29 import jdk.test.lib.jfr.EventVerifier;
    30 import jdk.test.lib.process.OutputAnalyzer;
    30 import jdk.test.lib.process.OutputAnalyzer;
    31 import jdk.test.lib.process.ProcessTools;
    31 import jdk.test.lib.process.ProcessTools;
    32 
    32 
    33 /*
    33 /**
    34  * @test
    34  * @test
    35  * @key jfr
    35  * @key jfr
       
    36  * @requires vm.hasJFR
    36  * @library /test/lib /test/jdk
    37  * @library /test/lib /test/jdk
    37  * @run driver jdk.jfr.event.gc.configuration.TestGCYoungGenerationConfigurationEventWithMinAndMaxSize
    38  * @run driver jdk.jfr.event.gc.configuration.TestGCYoungGenerationConfigurationEventWithMinAndMaxSize
    38  */
    39  */
    39 public class TestGCYoungGenerationConfigurationEventWithMinAndMaxSize {
    40 public class TestGCYoungGenerationConfigurationEventWithMinAndMaxSize {
    40     public static void main(String[] args) throws Exception {
    41     public static void main(String[] args) throws Exception {