test/jdk/jdk/jfr/event/compiler/TestCodeCacheStats.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    30 import jdk.jfr.Recording;
    30 import jdk.jfr.Recording;
    31 import jdk.jfr.consumer.RecordedEvent;
    31 import jdk.jfr.consumer.RecordedEvent;
    32 import jdk.test.lib.jfr.EventNames;
    32 import jdk.test.lib.jfr.EventNames;
    33 import jdk.test.lib.jfr.Events;
    33 import jdk.test.lib.jfr.Events;
    34 
    34 
    35 /*
    35 /**
    36  * @test
    36  * @test
    37  * @key jfr
    37  * @key jfr
       
    38  * @requires vm.hasJFR
    38  * @library /test/lib
    39  * @library /test/lib
    39  * @run main/othervm jdk.jfr.event.compiler.TestCodeCacheStats
    40  * @run main/othervm jdk.jfr.event.compiler.TestCodeCacheStats
    40  */
    41  */
    41 
    42 
    42 public class TestCodeCacheStats {
    43 public class TestCodeCacheStats {