hotspot/src/share/vm/gc/shared/cardTableModRefBS.cpp
changeset 31592 43f48e165466
parent 30871 e90a8de769e4
child 31964 d34ad1715d96
--- a/hotspot/src/share/vm/gc/shared/cardTableModRefBS.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/gc/shared/cardTableModRefBS.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -600,7 +600,7 @@
                       (val_equals) ? "" : "not ", val);
         failures = true;
       }
-      tty->print_cr("==   card "PTR_FORMAT" ["PTR_FORMAT","PTR_FORMAT"], "
+      tty->print_cr("==   card " PTR_FORMAT " [" PTR_FORMAT "," PTR_FORMAT "], "
                     "val: %d", p2i(curr), p2i(addr_for(curr)),
                     p2i((HeapWord*) (((size_t) addr_for(curr)) + card_size)),
                     (int) curr_val);