src/share/vm/utilities/events.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/utilities/events.cpp	Tue Feb 14 12:24:14 2012
--- new/src/share/vm/utilities/events.cpp	Tue Feb 14 12:24:13 2012

*** 66,75 **** --- 66,79 ---- log->print_log_on(out); log = log->next(); } } + void Events::print() { + print_all(tty); + } + void Events::init() { if (LogEvents) { _messages = new StringEventLog("Events"); _exceptions = new StringEventLog("Internal exceptions"); _deopt_messages = new StringEventLog("Deoptimization events");

src/share/vm/utilities/events.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File