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

/openjdk7/hotspot/src/share/vm/utilities/
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;

Completed in 30 milliseconds