diff src/share/vm/opto/optoreg.hpp @ 7636:a7114d3d712e

8005055: pass outputStream to more opto debug routines Summary: pass the output stream to node->dump() and everything reachable from there Reviewed-by: kvn Contributed-by: goetz.lindenmaier@sap.com
author kvn
date Tue, 22 Jan 2013 11:31:25 -0800
parents f6f3bb0ee072
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/opto/optoreg.hpp	Fri Jan 18 05:33:32 2013 -0800
+++ b/src/share/vm/opto/optoreg.hpp	Tue Jan 22 11:31:25 2013 -0800
@@ -77,7 +77,7 @@
   // (We would like to have an operator+ for RegName, but it is not
   // a class, so this would be illegal in C++.)
 
-  static void dump( int );
+  static void dump(int, outputStream *st = tty);
 
   // Get the stack slot number of an OptoReg::Name
   static unsigned int reg2stack( OptoReg::Name r) {