hotspot/src/share/vm/opto/idealGraphPrinter.cpp
changeset 5403 6b0dd9c75dde
parent 2105 347008ce7984
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -151,7 +151,8 @@
     } else {
       // It would be nice if we could shut down cleanly but it should
       // be an error if we can't connect to the visualizer.
-      fatal2("Couldn't connect to visualizer at %s:%d", PrintIdealGraphAddress, PrintIdealGraphPort);
+      fatal(err_msg("Couldn't connect to visualizer at %s:%d",
+                    PrintIdealGraphAddress, PrintIdealGraphPort));
     }
   }