diff -r a7c0f60a1294 -r 294e48b4f704 hotspot/src/share/vm/utilities/exceptions.cpp --- a/hotspot/src/share/vm/utilities/exceptions.cpp Mon Sep 28 15:05:02 2015 +0200 +++ b/hotspot/src/share/vm/utilities/exceptions.cpp Tue Sep 29 11:02:08 2015 +0200 @@ -486,7 +486,7 @@ strstr(value_string, AbortVMOnException)) { if (AbortVMOnExceptionMessage == NULL || message == NULL || strcmp(message, AbortVMOnExceptionMessage) == 0) { - fatal(err_msg("Saw %s, aborting", value_string)); + fatal("Saw %s, aborting", value_string); } } }