< prev index next >

src/hotspot/share/code/vtableStubs.cpp

Print this page
rev 54960 : 8213084: Rework and enhance Print[Opto]Assembly output
Reviewed-by: kvn, thartmann

*** 78,88 **** return res; } void VtableStub::print_on(outputStream* st) const { ! st->print("vtable stub (index = %d, receiver_location = " INTX_FORMAT ", code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "[)", index(), p2i(receiver_location()), p2i(code_begin()), p2i(code_end())); } void VtableStub::print() const { print_on(tty); } --- 78,88 ---- return res; } void VtableStub::print_on(outputStream* st) const { ! st->print("vtable stub (index = %d, receiver_location = " INTX_FORMAT ", code = [" INTPTR_FORMAT ", " INTPTR_FORMAT "])", index(), p2i(receiver_location()), p2i(code_begin()), p2i(code_end())); } void VtableStub::print() const { print_on(tty); }
< prev index next >