< prev index next >

src/share/vm/gc/g1/g1HeapVerifier.cpp

Print this page

        

*** 406,416 **** // It helps to have the per-region information in the output to // help us track down what went wrong. This is why we call // print_extended_on() instead of print_on(). LogHandle(gc, verify) log; ResourceMark rm; ! _g1h->print_extended_on(log.info_stream()); } guarantee(!failures, "there should not have been any failures"); } // Heap region set verification --- 406,416 ---- // It helps to have the per-region information in the output to // help us track down what went wrong. This is why we call // print_extended_on() instead of print_on(). LogHandle(gc, verify) log; ResourceMark rm; ! _g1h->print_extended_on(log.error_stream()); } guarantee(!failures, "there should not have been any failures"); } // Heap region set verification
< prev index next >