hotspot/src/share/vm/memory/binaryTreeDictionary.cpp
changeset 24424 2658d7834c6e
parent 24335 77c15794239b
child 27684 e0391b2bf625
--- a/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Fri May 09 16:50:54 2014 -0400
@@ -1318,7 +1318,7 @@
     for (Chunk_t* fc = fl->head(); fc != NULL;
          fc = fc->next()) {
       _st->print_cr("\t[" PTR_FORMAT "," PTR_FORMAT ")  %s",
-                    fc, (HeapWord*)fc + sz,
+                    p2i(fc), p2i((HeapWord*)fc + sz),
                     fc->cantCoalesce() ? "\t CC" : "");
     }
   }