test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java
changeset 52704 64413aaea8ed
parent 51214 67736b4846a0
equal deleted inserted replaced
52703:e7fdc9d9c376 52704:64413aaea8ed
    38  * @requires vm.hasJFR
    38  * @requires vm.hasJFR
    39  * @library /test/lib
    39  * @library /test/lib
    40  * @run main/othervm jdk.jfr.event.compiler.TestCompilerConfig
    40  * @run main/othervm jdk.jfr.event.compiler.TestCompilerConfig
    41  */
    41  */
    42 public class TestCompilerConfig {
    42 public class TestCompilerConfig {
    43     private final static String EVENT_NAME = EventNames.CompilerConfig;
    43     private final static String EVENT_NAME = EventNames.CompilerConfiguration;
    44 
    44 
    45     public static void main(String[] args) throws Exception {
    45     public static void main(String[] args) throws Exception {
    46         Recording recording = new Recording();
    46         Recording recording = new Recording();
    47         recording.enable(EVENT_NAME);
    47         recording.enable(EVENT_NAME);
    48         recording.start();
    48         recording.start();