hotspot/src/os/linux/vm/perfMemory_linux.cpp
changeset 24424 2658d7834c6e
parent 22745 4acf6ad4c462
child 25946 1572c9f03fb9
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
   929   *addr = mapAddress;
   929   *addr = mapAddress;
   930   *sizep = size;
   930   *sizep = size;
   931 
   931 
   932   if (PerfTraceMemOps) {
   932   if (PerfTraceMemOps) {
   933     tty->print("mapped " SIZE_FORMAT " bytes for vmid %d at "
   933     tty->print("mapped " SIZE_FORMAT " bytes for vmid %d at "
   934                INTPTR_FORMAT "\n", size, vmid, (void*)mapAddress);
   934                INTPTR_FORMAT "\n", size, vmid, p2i((void*)mapAddress));
   935   }
   935   }
   936 }
   936 }
   937 
   937 
   938 
   938 
   939 
   939