hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp
changeset 30587 751a7698b62e
parent 30303 c703c89fddbf
child 31333 12ccf8b26eb0
child 31404 63e8fcd70bfc
--- a/hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp	Sat May 02 00:16:29 2015 -0700
+++ b/hotspot/src/cpu/ppc/vm/vm_version_ppc.cpp	Mon May 04 18:41:53 2015 +0200
@@ -629,7 +629,7 @@
   // Print the detection code.
   if (PrintAssembly) {
     ttyLocker ttyl;
-    tty->print_cr("Decoding dscr configuration stub at " INTPTR_FORMAT " before execution:", code);
+    tty->print_cr("Decoding dscr configuration stub at " INTPTR_FORMAT " before execution:", p2i(code));
     Disassembler::decode((u_char*)code, (u_char*)code_end, tty);
   }