hotspot/src/share/vm/utilities/exceptions.cpp
changeset 5403 6b0dd9c75dde
parent 4571 80b553bddc26
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/utilities/exceptions.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/src/share/vm/utilities/exceptions.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -378,7 +378,7 @@
 void Exceptions::debug_check_abort(const char *value_string) {
   if (AbortVMOnException != NULL && value_string != NULL &&
       strstr(value_string, AbortVMOnException)) {
-    fatal1("Saw %s, aborting", value_string);
+    fatal(err_msg("Saw %s, aborting", value_string));
   }
 }