src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.hpp
changeset 54263 3cabb47758c9
parent 53244 9807daeb47c4
equal deleted inserted replaced
54262:1f9ad92e337b 54263:3cabb47758c9
    31 // Responsible for creating an hs_err<pid>.jfr file in exceptional shutdown situations (crash, OOM)
    31 // Responsible for creating an hs_err<pid>.jfr file in exceptional shutdown situations (crash, OOM)
    32 //
    32 //
    33 class JfrEmergencyDump : AllStatic {
    33 class JfrEmergencyDump : AllStatic {
    34  public:
    34  public:
    35   static void on_vm_shutdown(bool exception_handler);
    35   static void on_vm_shutdown(bool exception_handler);
       
    36   static void on_vm_error(const char* repository_path);
       
    37   static const char* build_dump_path(const char* repository_path);
    36 };
    38 };
    37 
    39 
    38 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFREMERGENCYDUMP_HPP
    40 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFREMERGENCYDUMP_HPP