src/share/vm/code/vtableStubs.cpp

changeset 2036
126ea7725993
parent 1999
2a47bd84841f
child 2103
3e8fbc61cee8
equal deleted inserted replaced
2035:a64438a2b7e8 2036:126ea7725993
65 align_chunk(); 65 align_chunk();
66 return res; 66 return res;
67 } 67 }
68 68
69 69
70 void VtableStub::print() { 70 void VtableStub::print_on(outputStream* st) const {
71 tty->print("vtable stub (index = %d, receiver_location = %d, code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)", 71 st->print("vtable stub (index = %d, receiver_location = %d, code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)",
72 index(), receiver_location(), code_begin(), code_end()); 72 index(), receiver_location(), code_begin(), code_end());
73 } 73 }
74 74
75 75
76 // ----------------------------------------------------------------------------------------- 76 // -----------------------------------------------------------------------------------------

mercurial