< prev index next >

src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp

Print this page

        

*** 30,40 **** // // Responsible for creating an hs_err<pid>.jfr file in exceptional shutdown situations (crash, OOM) // 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_JFR_RECORDER_REPOSITORY_JFREMERGENCYDUMP_HPP --- 30,40 ---- // // Responsible for creating an hs_err<pid>.jfr file in exceptional shutdown situations (crash, OOM) // class JfrEmergencyDump : AllStatic { public: ! 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); }; #endif // SHARE_JFR_RECORDER_REPOSITORY_JFREMERGENCYDUMP_HPP
< prev index next >