hotspot/src/share/vm/gc/shared/cardTableRS.cpp
changeset 33198 b37ad9fbf681
parent 33105 294e48b4f704
parent 33160 c59f1676d27e
child 33230 23bb11a5cf4e
--- a/hotspot/src/share/vm/gc/shared/cardTableRS.cpp	Thu Oct 15 13:28:22 2015 +0200
+++ b/hotspot/src/share/vm/gc/shared/cardTableRS.cpp	Sat Oct 17 19:40:30 2015 -0400
@@ -349,7 +349,7 @@
     guarantee(obj == NULL || (HeapWord*)obj >= _boundary,
               "pointer " PTR_FORMAT " at " PTR_FORMAT " on "
               "clean card crosses boundary" PTR_FORMAT,
-              p2i((HeapWord*)obj), p2i(jp), p2i(_boundary));
+              p2i(obj), p2i(jp), p2i(_boundary));
   }
 
 public: