diff -r cfb5950b7706 -r bef6166c683c hotspot/src/share/vm/utilities/events.cpp --- a/hotspot/src/share/vm/utilities/events.cpp Wed Feb 15 09:43:16 2012 +0100 +++ b/hotspot/src/share/vm/utilities/events.cpp Wed Feb 15 10:12:55 2012 -0800 @@ -68,6 +68,10 @@ } } +void Events::print() { + print_all(tty); +} + void Events::init() { if (LogEvents) { _messages = new StringEventLog("Events");