< prev index next >

src/share/vm/opto/idealGraphPrinter.cpp

Print this page

        

@@ -155,12 +155,12 @@
       }
       _output = _stream;
     } 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.
-      fatal(err_msg_res("Couldn't connect to visualizer at %s:" INTX_FORMAT,
-                        PrintIdealGraphAddress, PrintIdealGraphPort));
+      fatal("Couldn't connect to visualizer at %s:" INTX_FORMAT,
+            PrintIdealGraphAddress, PrintIdealGraphPort);
     }
   }
 
   _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
 
< prev index next >