comparison src/share/vm/opto/idealGraphPrinter.cpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents f03d0a26bf83
children c18cbe5936b8
comparison
equal deleted inserted replaced
1542:eb79484f795f 1543:1a1603f975b5
149 } 149 }
150 _output = _stream; 150 _output = _stream;
151 } else { 151 } else {
152 // It would be nice if we could shut down cleanly but it should 152 // It would be nice if we could shut down cleanly but it should
153 // be an error if we can't connect to the visualizer. 153 // be an error if we can't connect to the visualizer.
154 fatal2("Couldn't connect to visualizer at %s:%d", PrintIdealGraphAddress, PrintIdealGraphPort); 154 fatal(err_msg("Couldn't connect to visualizer at %s:%d",
155 PrintIdealGraphAddress, PrintIdealGraphPort));
155 } 156 }
156 } 157 }
157 158
158 _xml = new (ResourceObj::C_HEAP) xmlStream(_output); 159 _xml = new (ResourceObj::C_HEAP) xmlStream(_output);
159 160