< prev index next >
src/hotspot/share/compiler/compileBroker.cpp
Print this page
rev 55013 : [mq]: VM.events
*** 185,195 ****
class CompilationLog : public StringEventLog {
public:
! CompilationLog() : StringEventLog("Compilation events") {
}
void log_compile(JavaThread* thread, CompileTask* task) {
StringLogMessage lm;
stringStream sstr(lm.buffer(), lm.size());
--- 185,195 ----
class CompilationLog : public StringEventLog {
public:
! CompilationLog() : StringEventLog("Compilation events", "jit") {
}
void log_compile(JavaThread* thread, CompileTask* task) {
StringLogMessage lm;
stringStream sstr(lm.buffer(), lm.size());
< prev index next >