src/share/vm/utilities/vmError.cpp

changeset 7074
833b0f92429a
parent 6918
d22136881b85
child 7267
417e3b8d04c5
child 7709
5ca2ea5eeff0
     1.1 --- a/src/share/vm/utilities/vmError.cpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/utilities/vmError.cpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -772,6 +772,11 @@
     1.4         st->cr();
     1.5       }
     1.6  
     1.7 +  STEP(228, "(Native Memory Tracking)" )
     1.8 +     if (_verbose) {
     1.9 +       MemTracker::final_report(st);
    1.10 +     }
    1.11 +
    1.12    STEP(230, "" )
    1.13  
    1.14       if (_verbose) {
    1.15 @@ -895,9 +900,6 @@
    1.16    static bool log_done = false;         // done saving error log
    1.17    static bool transmit_report_done = false; // done error reporting
    1.18  
    1.19 -  // disble NMT to avoid further exception
    1.20 -  MemTracker::shutdown(MemTracker::NMT_error_reporting);
    1.21 -
    1.22    if (SuppressFatalErrorMessage) {
    1.23        os::abort();
    1.24    }

mercurial