changeset 3191 | dd3cc90b9951 |
parent 3000 | bbce6052b595 |
child 3261 | c7d5aae8d3f7 |
child 3262 | 30d1c247fc25 |
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Thu Jul 02 16:28:15 2009 -0700 +++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp Tue Jul 07 14:23:00 2009 -0400 @@ -703,7 +703,7 @@ } if (vl_cl.failures()) { gclog_or_tty->print_cr("Heap:"); - G1CollectedHeap::heap()->print(); + G1CollectedHeap::heap()->print_on(gclog_or_tty, true /* extended */); gclog_or_tty->print_cr(""); } if (VerifyDuringGC &&