< prev index next >

src/hotspot/share/utilities/vmError.cpp

Print this page

        

*** 1413,1423 **** if (e.should_commit()) { e.set_reason("VM Error"); e.commit(); } ! JFR_ONLY(Jfr::on_vm_shutdown(true);) } else { // If UseOsErrorReporting we call this for each level of the call stack // while searching for the exception handler. Only the first level needs // to be reported. --- 1413,1423 ---- if (e.should_commit()) { e.set_reason("VM Error"); e.commit(); } ! JFR_ONLY(Jfr::on_vm_shutdown(thread, true);) } else { // If UseOsErrorReporting we call this for each level of the call stack // while searching for the exception handler. Only the first level needs // to be reported.
< prev index next >