hotspot/src/share/vm/utilities/vmError.cpp
changeset 31615 e48d94b97b6c
parent 31356 55ee785c49c5
child 31963 641ed52732ec
equal deleted inserted replaced
31614:f60b185e0bdf 31615:e48d94b97b6c
   409              st->print(" for ");
   409              st->print(" for ");
   410              st->print("%s", _message);
   410              st->print("%s", _message);
   411            }
   411            }
   412            st->cr();
   412            st->cr();
   413          } else {
   413          } else {
   414            if (_message != NULL)
   414            if (_message != NULL) {
   415              st->print("# ");
   415              st->print("# ");
   416              st->print_cr("%s", _message);
   416              st->print_cr("%s", _message);
       
   417            }
   417          }
   418          }
   418          // In error file give some solutions
   419          // In error file give some solutions
   419          if (_verbose) {
   420          if (_verbose) {
   420            st->print_cr("# Possible reasons:");
   421            st->print_cr("# Possible reasons:");
   421            st->print_cr("#   The system is out of physical RAM or swap space");
   422            st->print_cr("#   The system is out of physical RAM or swap space");