src/hotspot/share/jfr/recorder/repository/jfrRepository.cpp
branchJEP-349-branch
changeset 58578 7b89c53db169
parent 58567 e77a97d0edbb
equal deleted inserted replaced
58577:7e0f81f63890 58578:7b89c53db169
    80   delete _instance;
    80   delete _instance;
    81   _instance = NULL;
    81   _instance = NULL;
    82 }
    82 }
    83 
    83 
    84 void JfrRepository::on_vm_error() {
    84 void JfrRepository::on_vm_error() {
    85 
       
    86   if (_path == NULL) {
    85   if (_path == NULL) {
    87     // completed already
    86     // completed already
    88     return;
    87     return;
    89   }
    88   }
    90   JfrEmergencyDump::on_vm_error(_path);
    89   JfrEmergencyDump::on_vm_error(_path);