hotspot/src/share/vm/code/vtableStubs.cpp
changeset 6176 4d9030fe341f
parent 5924 dc9d04930c82
child 6418 6671edbd230e
--- a/hotspot/src/share/vm/code/vtableStubs.cpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/code/vtableStubs.cpp	Tue Aug 03 08:13:38 2010 -0400
@@ -67,8 +67,8 @@
 }
 
 
-void VtableStub::print() {
-  tty->print("vtable stub (index = %d, receiver_location = %d, code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)",
+void VtableStub::print_on(outputStream* st) const {
+  st->print("vtable stub (index = %d, receiver_location = %d, code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)",
              index(), receiver_location(), code_begin(), code_end());
 }