hotspot/src/share/vm/compiler/oopMap.hpp
changeset 198 8601165a33c3
parent 1 489c9b5090e2
child 347 df859fcca515
--- a/hotspot/src/share/vm/compiler/oopMap.hpp	Wed Feb 20 16:19:43 2008 -0800
+++ b/hotspot/src/share/vm/compiler/oopMap.hpp	Wed Feb 20 17:23:43 2008 -0800
@@ -129,7 +129,8 @@
     return reg()->reg2stack();
   }
 
-  void print( ) const PRODUCT_RETURN;
+  void print_on(outputStream* st) const PRODUCT_RETURN;
+  void print() const { print_on(tty); }
 };