Searched refs:StringEventLog (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.cpp48 StringEventLog* Events::_messages = NULL;
49 StringEventLog* Events::_exceptions = NULL;
50 StringEventLog* Events::_deopt_messages = NULL;
77 _messages = new StringEventLog("Events");
78 _exceptions = new StringEventLog("Internal exceptions");
79 _deopt_messages = new StringEventLog("Deoptimization events");
H A Devents.hpp147 class StringEventLog : public EventLogBase<StringLogMessage> { class in inherits:EventLogBase
149 StringEventLog(const char* name, int count = LogEventsBufferEntries) : EventLogBase<StringLogMessage>(name, count) {} function in class:StringEventLog
180 static StringEventLog* _messages;
184 static StringEventLog* _exceptions;
187 static StringEventLog* _deopt_messages;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp196 class CompilationLog : public StringEventLog {
198 CompilationLog() : StringEventLog("Compilation events") {

Completed in 28 milliseconds