hotspot/src/share/vm/utilities/events.cpp
changeset 11788 bef6166c683c
parent 11636 3c07b54482a5
child 14583 d70ee55535f4
equal deleted inserted replaced
11787:cfb5950b7706 11788:bef6166c683c
    66     log->print_log_on(out);
    66     log->print_log_on(out);
    67     log = log->next();
    67     log = log->next();
    68   }
    68   }
    69 }
    69 }
    70 
    70 
       
    71 void Events::print() {
       
    72   print_all(tty);
       
    73 }
       
    74 
    71 void Events::init() {
    75 void Events::init() {
    72   if (LogEvents) {
    76   if (LogEvents) {
    73     _messages = new StringEventLog("Events");
    77     _messages = new StringEventLog("Events");
    74     _exceptions = new StringEventLog("Internal exceptions");
    78     _exceptions = new StringEventLog("Internal exceptions");
    75     _deopt_messages = new StringEventLog("Deoptimization events");
    79     _deopt_messages = new StringEventLog("Deoptimization events");