--- old/src/share/vm/jfr/recorder/repository/jfrEmergencyDump.hpp 2019-09-02 18:08:11.083401700 +0300 +++ new/src/share/vm/jfr/recorder/repository/jfrEmergencyDump.hpp 2019-09-02 18:08:10.521225300 +0300 @@ -33,6 +33,8 @@ class JfrEmergencyDump : AllStatic { public: static void on_vm_shutdown(bool exception_handler); + static void on_vm_error(const char* repository_path); + static const char* build_dump_path(const char* repository_path); }; #endif // SHARE_VM_JFR_RECORDER_INTERNAL_JFREMERGENCY_HPP