diff src/share/vm/opto/optoreg.hpp @ 7957:0d26ce8e9251

Merge
author acorn
date Mon, 28 Jan 2013 10:34:07 -0500
parents a7114d3d712e
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/opto/optoreg.hpp	Fri Jan 25 15:06:18 2013 -0500
+++ b/src/share/vm/opto/optoreg.hpp	Mon Jan 28 10:34:07 2013 -0500
@@ -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) {