src/hotspot/share/compiler/compileBroker.cpp
changeset 55217 bb3359bcf534
parent 55206 2fe2063fe567
child 55294 3493c1bc59fd
--- a/src/hotspot/share/compiler/compileBroker.cpp	Tue Jun 04 18:59:53 2019 -0700
+++ b/src/hotspot/share/compiler/compileBroker.cpp	Wed Jun 05 07:25:09 2019 +0200
@@ -187,7 +187,7 @@
 
 class CompilationLog : public StringEventLog {
  public:
-  CompilationLog() : StringEventLog("Compilation events") {
+  CompilationLog() : StringEventLog("Compilation events", "jit") {
   }
 
   void log_compile(JavaThread* thread, CompileTask* task) {