--- old/src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp 2019-11-03 00:50:45.324502100 +0900 +++ new/src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp 2019-11-03 00:50:44.703602400 +0900 @@ -32,7 +32,7 @@ // class JfrEmergencyDump : AllStatic { public: - static void on_vm_shutdown(bool exception_handler); + static void on_vm_shutdown(Thread* thread, bool exception_handler); static void on_vm_error(const char* repository_path); static const char* build_dump_path(const char* repository_path); };