diff src/share/vm/opto/regmask.hpp @ 7643:3ac7d10a6572

Merge with hsx25/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:42:25 +0100
parents a7114d3d712e
children 2c673161698a
line wrap: on
line diff
--- a/src/share/vm/opto/regmask.hpp	Thu Jan 31 11:32:14 2013 +0100
+++ b/src/share/vm/opto/regmask.hpp	Thu Jan 31 15:42:25 2013 +0100
@@ -310,7 +310,7 @@
 
 #ifndef PRODUCT
   void print() const { dump(); }
-  void dump() const;            // Print a mask
+  void dump(outputStream *st = tty) const; // Print a mask
 #endif
 
   static const RegMask Empty;   // Common empty mask