hotspot/src/share/vm/interpreter/interpreter.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 6418 6671edbd230e
--- a/hotspot/src/share/vm/interpreter/interpreter.hpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/interpreter/interpreter.hpp	Tue Aug 03 08:13:38 2010 -0400
@@ -52,7 +52,8 @@
 
   // Debugging
   void    verify();
-  void    print();
+  void    print_on(outputStream* st) const;
+  void    print() const { print_on(tty); }
 
   // Interpreter-specific initialization
   void    initialize(const char* description, Bytecodes::Code bytecode);