hotspot/src/os/bsd/vm/perfMemory_bsd.cpp
changeset 24424 2658d7834c6e
parent 18086 f44cf213a775
child 25946 1572c9f03fb9
--- a/hotspot/src/os/bsd/vm/perfMemory_bsd.cpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/os/bsd/vm/perfMemory_bsd.cpp	Fri May 09 16:50:54 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -925,7 +925,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));
   }
 }