comparison 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
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
94 // anybody calling to this stub will trap 94 // anybody calling to this stub will trap
95 95
96 void ICStub::verify() { 96 void ICStub::verify() {
97 } 97 }
98 98
99 void ICStub::print_on(outputStream* st) { 99 void ICStub::print() {
100 st->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site); 100 tty->print_cr("ICStub: site: " INTPTR_FORMAT, _ic_site);
101 } 101 }
102 #endif 102 #endif
103 103
104 //----------------------------------------------------------------------------------------------- 104 //-----------------------------------------------------------------------------------------------
105 // Implementation of InlineCacheBuffer 105 // Implementation of InlineCacheBuffer