< prev index next >

src/share/vm/utilities/events.cpp

Print this page

        

*** 36,45 **** --- 36,46 ---- EventLog* Events::_logs = NULL; StringEventLog* Events::_messages = NULL; StringEventLog* Events::_exceptions = NULL; StringEventLog* Events::_redefinitions = NULL; StringEventLog* Events::_deopt_messages = NULL; + uint GCLogEvent::_buffer_overflow_count = 0; EventLog::EventLog() { // This normally done during bootstrap when we're only single // threaded but use a ThreadCritical to ensure inclusion in case // some are created slightly late.
< prev index next >