hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp
changeset 24917 bf961166fa07
parent 20072 6da61000acff
child 31592 43f48e165466
--- a/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Thu May 29 09:41:07 2014 +0000
+++ b/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Thu May 29 16:01:13 2014 -0700
@@ -111,7 +111,7 @@
 
   if (PrintMiscellaneous && (WizardMode || Verbose)) {
     tty->print_cr("vtable #%d at "PTR_FORMAT"[%d] left over: %d",
-                  vtable_index, s->entry_point(),
+                  vtable_index, p2i(s->entry_point()),
                   (int)(s->code_end() - s->entry_point()),
                   (int)(s->code_end() - __ pc()));
   }
@@ -206,7 +206,7 @@
 
   if (PrintMiscellaneous && (WizardMode || Verbose)) {
     tty->print_cr("itable #%d at "PTR_FORMAT"[%d] left over: %d",
-                  itable_index, s->entry_point(),
+                  itable_index, p2i(s->entry_point()),
                   (int)(s->code_end() - s->entry_point()),
                   (int)(s->code_end() - __ pc()));
   }