test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java
changeset 52704 64413aaea8ed
parent 51214 67736b4846a0
--- a/test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java	Tue Nov 27 18:35:16 2018 -0500
+++ b/test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java	Tue Nov 27 15:52:34 2018 -0800
@@ -40,7 +40,7 @@
  * @run main/othervm jdk.jfr.event.compiler.TestCompilerConfig
  */
 public class TestCompilerConfig {
-    private final static String EVENT_NAME = EventNames.CompilerConfig;
+    private final static String EVENT_NAME = EventNames.CompilerConfiguration;
 
     public static void main(String[] args) throws Exception {
         Recording recording = new Recording();