--- old/src/share/vm/utilities/debug.cpp 2016-02-10 20:39:41.000000000 +0100 +++ new/src/share/vm/utilities/debug.cpp 2016-02-10 20:39:41.000000000 +0100 @@ -183,7 +183,7 @@ return true; } - if (!is_error_reported()) { + if (!is_error_reported() && !SuppressFatalErrorMessage) { // print a friendly hint: fdStream out(defaultStream::output_fd()); out.print_raw_cr("# To suppress the following error report, specify this argument");