src/hotspot/share/compiler/compileBroker.cpp
changeset 55217 bb3359bcf534
parent 55206 2fe2063fe567
child 55294 3493c1bc59fd
equal deleted inserted replaced
55216:3eb7187b20f0 55217:bb3359bcf534
   185 
   185 
   186 
   186 
   187 
   187 
   188 class CompilationLog : public StringEventLog {
   188 class CompilationLog : public StringEventLog {
   189  public:
   189  public:
   190   CompilationLog() : StringEventLog("Compilation events") {
   190   CompilationLog() : StringEventLog("Compilation events", "jit") {
   191   }
   191   }
   192 
   192 
   193   void log_compile(JavaThread* thread, CompileTask* task) {
   193   void log_compile(JavaThread* thread, CompileTask* task) {
   194     StringLogMessage lm;
   194     StringLogMessage lm;
   195     stringStream sstr(lm.buffer(), lm.size());
   195     stringStream sstr(lm.buffer(), lm.size());