changeset 11788 | bef6166c683c |
parent 11636 | 3c07b54482a5 |
child 14583 | d70ee55535f4 |
--- 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");