hotspot/src/share/vm/utilities/array.hpp
changeset 24424 2658d7834c6e
parent 24351 61b33cc6d3cf
child 25490 59f226da8d81
--- a/hotspot/src/share/vm/utilities/array.hpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/share/vm/utilities/array.hpp	Fri May 09 16:50:54 2014 -0400
@@ -376,7 +376,7 @@
 
   // FIXME: How to handle this?
   void print_value_on(outputStream* st) const {
-    st->print("Array<T>(" INTPTR_FORMAT ")", this);
+    st->print("Array<T>(" INTPTR_FORMAT ")", p2i(this));
   }
 
 #ifndef PRODUCT