src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 1479
6270f80a7331
parent 1455
ff2402f6a50b
child 1480
fa2f65ebeb08
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Oct 23 14:34:27 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Sep 30 14:50:51 2009 -0400
     1.3 @@ -2371,8 +2371,9 @@
     1.4        gclog_or_tty->print_cr("Heap:");
     1.5        print_on(gclog_or_tty, true /* extended */);
     1.6        gclog_or_tty->print_cr("");
     1.7 -      if (VerifyDuringGC && G1VerifyConcMarkPrintReachable) {
     1.8 -        concurrent_mark()->print_prev_bitmap_reachable();
     1.9 +      if (VerifyDuringGC && G1VerifyDuringGCPrintReachable) {
    1.10 +        concurrent_mark()->print_reachable(use_prev_marking,
    1.11 +                                           "failed-verification");
    1.12        }
    1.13        gclog_or_tty->flush();
    1.14      }

mercurial