hotspot/src/share/vm/utilities/vmError.cpp
changeset 31615 e48d94b97b6c
parent 31356 55ee785c49c5
child 31963 641ed52732ec
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jun 29 13:48:55 2015 -0700
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jun 29 10:16:48 2015 +0200
@@ -411,9 +411,10 @@
            }
            st->cr();
          } else {
-           if (_message != NULL)
+           if (_message != NULL) {
              st->print("# ");
              st->print_cr("%s", _message);
+           }
          }
          // In error file give some solutions
          if (_verbose) {