src/share/vm/opto/optoreg.hpp

changeset 4478
a7114d3d712e
parent 3138
f6f3bb0ee072
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/opto/optoreg.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/opto/optoreg.hpp	Tue Jan 22 11:31:25 2013 -0800
     1.3 @@ -77,7 +77,7 @@
     1.4    // (We would like to have an operator+ for RegName, but it is not
     1.5    // a class, so this would be illegal in C++.)
     1.6  
     1.7 -  static void dump( int );
     1.8 +  static void dump(int, outputStream *st = tty);
     1.9  
    1.10    // Get the stack slot number of an OptoReg::Name
    1.11    static unsigned int reg2stack( OptoReg::Name r) {

mercurial