src/share/vm/runtime/memprofiler.cpp

changeset 1845
f03d0a26bf83
parent 1014
0fbdb4381b99
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/runtime/memprofiler.cpp	Sun Oct 11 16:19:25 2009 -0700
     1.2 +++ b/src/share/vm/runtime/memprofiler.cpp	Thu Apr 22 13:23:15 2010 -0700
     1.3 @@ -62,7 +62,7 @@
     1.4      // Create log file
     1.5      _log_fp = fopen(log_name , "w+");
     1.6      if (_log_fp == NULL) {
     1.7 -      fatal1("MemProfiler: Cannot create log file: %s", log_name);
     1.8 +      fatal(err_msg("MemProfiler: Cannot create log file: %s", log_name));
     1.9      }
    1.10      fprintf(_log_fp, "MemProfiler: sizes are in Kb, time is in seconds since startup\n\n");
    1.11      fprintf(_log_fp, "  time, #thr, #cls,  heap,  heap,  perm,  perm,  code, hndls, rescs, oopmp\n");

mercurial