< prev index next >

src/hotspot/share/utilities/vmError.cpp

Updates after review: renamed event, removed status field

8041626: Shutdown tracing event

*** 1303,1312 **** --- 1303,1318 ---- // reset signal handlers or exception filter; make sure recursive crashes // are handled properly. reset_signal_handlers(); + EventShutdown e; + if (e.should_commit()) { + e.set_reason("VM Error"); + e.commit(); + } + TRACE_VM_ERROR(); } else { // If UseOsErrorReporting we call this for each level of the call stack // while searching for the exception handler. Only the first level needs
< prev index next >