hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp
changeset 24917 bf961166fa07
parent 17094 29c4955396d2
child 25359 8a19ff205f89
--- a/hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp	Thu May 29 09:41:07 2014 +0000
+++ b/hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp	Thu May 29 16:01:13 2014 -0700
@@ -135,7 +135,7 @@
   if (TraceICs) {
     ResourceMark rm;
     tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
-                  instruction_address(),
+                  p2i(instruction_address()),
                   callee->name_and_sig_as_C_string());
   }