src/cpu/sparc/vm/vtableStubs_sparc.cpp

changeset 9327
f96fcd9e1e1b
parent 8997
f8a45a60bc6b
child 9448
73d689add964
     1.1 --- a/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -111,7 +111,7 @@
     1.4    masm->flush();
     1.5  
     1.6    if (PrintMiscellaneous && (WizardMode || Verbose)) {
     1.7 -    tty->print_cr("vtable #%d at "PTR_FORMAT"[%d] left over: %d",
     1.8 +    tty->print_cr("vtable #%d at " PTR_FORMAT "[%d] left over: %d",
     1.9                    vtable_index, s->entry_point(),
    1.10                    (int)(s->code_end() - s->entry_point()),
    1.11                    (int)(s->code_end() - __ pc()));
    1.12 @@ -219,7 +219,7 @@
    1.13    masm->flush();
    1.14  
    1.15    if (PrintMiscellaneous && (WizardMode || Verbose)) {
    1.16 -    tty->print_cr("itable #%d at "PTR_FORMAT"[%d] left over: %d",
    1.17 +    tty->print_cr("itable #%d at " PTR_FORMAT "[%d] left over: %d",
    1.18                    itable_index, s->entry_point(),
    1.19                    (int)(s->code_end() - s->entry_point()),
    1.20                    (int)(s->code_end() - __ pc()));

mercurial