src/hotspot/share/utilities/vmError.cpp
changeset 55652 2d1acda7555a
parent 55239 74832e7b5cad
child 55653 3243c42d737d
equal deleted inserted replaced
55651:45fc36beb0aa 55652:2d1acda7555a
  1521     }
  1521     }
  1522 
  1522 
  1523     log.set_fd(-1);
  1523     log.set_fd(-1);
  1524   }
  1524   }
  1525 
  1525 
       
  1526   if (PrintNMTStatistics) {
       
  1527     fdStream fds(fd_out);
       
  1528     MemTracker::final_report(&fds);
       
  1529   }
       
  1530 
  1526   static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
  1531   static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
  1527   if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
  1532   if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
  1528     skip_replay = true;
  1533     skip_replay = true;
  1529     ciEnv* env = ciEnv::current();
  1534     ciEnv* env = ciEnv::current();
  1530     if (env != NULL) {
  1535     if (env != NULL) {