hotspot/src/share/vm/utilities/exceptions.cpp
changeset 33105 294e48b4f704
parent 31337 98b10897ee17
child 33148 68fa8b6c4340
--- 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);
     }
   }
 }