src/share/vm/opto/idealGraphPrinter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7187454 Cdiff src/share/vm/opto/idealGraphPrinter.cpp

src/share/vm/opto/idealGraphPrinter.cpp

Print this page

        

*** 153,163 **** } _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("Couldn't connect to visualizer at %s:%d", PrintIdealGraphAddress, PrintIdealGraphPort)); } } _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output); --- 153,163 ---- } _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:%d", PrintIdealGraphAddress, PrintIdealGraphPort)); } } _xml = new (ResourceObj::C_HEAP, mtCompiler) xmlStream(_output);
src/share/vm/opto/idealGraphPrinter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File