diff src/share/vm/code/icBuffer.cpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 291ffc492eb6
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/code/icBuffer.cpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/share/vm/code/icBuffer.cpp	Thu Mar 07 21:00:29 2013 +0100
@@ -96,8 +96,8 @@
 void ICStub::verify() {
 }
 
-void ICStub::print_on(outputStream* st) {
-  st->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site);
+void ICStub::print() {
+  tty->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site);
 }
 #endif