hotspot/src/os/linux/vm/perfMemory_linux.cpp
changeset 24424 2658d7834c6e
parent 22745 4acf6ad4c462
child 25946 1572c9f03fb9
--- a/hotspot/src/os/linux/vm/perfMemory_linux.cpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/os/linux/vm/perfMemory_linux.cpp	Fri May 09 16:50:54 2014 -0400
@@ -931,7 +931,7 @@
 
   if (PerfTraceMemOps) {
     tty->print("mapped " SIZE_FORMAT " bytes for vmid %d at "
-               INTPTR_FORMAT "\n", size, vmid, (void*)mapAddress);
+               INTPTR_FORMAT "\n", size, vmid, p2i((void*)mapAddress));
   }
 }