hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp
changeset 31592 43f48e165466
parent 24917 bf961166fa07
child 35871 607bf949dfb3
--- a/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -110,7 +110,7 @@
   masm->flush();
 
   if (PrintMiscellaneous && (WizardMode || Verbose)) {
-    tty->print_cr("vtable #%d at "PTR_FORMAT"[%d] left over: %d",
+    tty->print_cr("vtable #%d at " PTR_FORMAT "[%d] left over: %d",
                   vtable_index, p2i(s->entry_point()),
                   (int)(s->code_end() - s->entry_point()),
                   (int)(s->code_end() - __ pc()));
@@ -205,7 +205,7 @@
   masm->flush();
 
   if (PrintMiscellaneous && (WizardMode || Verbose)) {
-    tty->print_cr("itable #%d at "PTR_FORMAT"[%d] left over: %d",
+    tty->print_cr("itable #%d at " PTR_FORMAT "[%d] left over: %d",
                   itable_index, p2i(s->entry_point()),
                   (int)(s->code_end() - s->entry_point()),
                   (int)(s->code_end() - __ pc()));