--- old/src/hotspot/share/jfr/jfr.cpp 2019-11-03 00:50:37.937085200 +0900 +++ new/src/hotspot/share/jfr/jfr.cpp 2019-11-03 00:50:37.674141900 +0900 @@ -89,9 +89,9 @@ } } -void Jfr::on_vm_shutdown(bool exception_handler) { +void Jfr::on_vm_shutdown(Thread* thread, bool exception_handler) { if (JfrRecorder::is_recording()) { - JfrEmergencyDump::on_vm_shutdown(exception_handler); + JfrEmergencyDump::on_vm_shutdown(thread, exception_handler); } }