diff src/share/vm/memory/cardTableModRefBS.cpp @ 8668:3c9db54c2660

8008081: Print outs do not have matching arguments Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
author mikael
date Tue, 26 Feb 2013 08:54:03 -0800
parents db9981fd3124
children 6f817ce50129
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableModRefBS.cpp	Tue Feb 26 14:09:52 2013 +0100
+++ b/src/share/vm/memory/cardTableModRefBS.cpp	Tue Feb 26 08:54:03 2013 -0800
@@ -694,7 +694,7 @@
     if (failed) {
       if (!failures) {
         tty->cr();
-        tty->print_cr("== CT verification failed: ["PTR_FORMAT","PTR_FORMAT"]");
+        tty->print_cr("== CT verification failed: ["PTR_FORMAT","PTR_FORMAT"]", start, end);
         tty->print_cr("==   %sexpecting value: %d",
                       (val_equals) ? "" : "not ", val);
         failures = true;