< prev index next >

src/hotspot/share/code/vtableStubs.cpp

Print this page
rev 54763 : 8213084: Rework and enhance Print[Opto]Assembly output
Reviewed-by:

*** 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())); } // ----------------------------------------------------------------------------------------- --- 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())); } // -----------------------------------------------------------------------------------------
< prev index next >