comparison src/share/vm/utilities/vmError.cpp @ 4073:53074c2c4600

7099849: G1: include heap region information in hs_err files Reviewed-by: johnc, brutisso, poonam
author tonyp
date Tue, 08 Nov 2011 00:41:28 -0500
parents f08d439fab8c
children d7e3846464d0
comparison
equal deleted inserted replaced
4072:8aae2050e83e 4073:53074c2c4600
678 } 678 }
679 679
680 STEP(190, "(printing heap information)" ) 680 STEP(190, "(printing heap information)" )
681 681
682 if (_verbose && Universe::is_fully_initialized()) { 682 if (_verbose && Universe::is_fully_initialized()) {
683 // print heap information before vm abort 683 // Print heap information before vm abort. As we'd like as much
684 Universe::print_on(st); 684 // information as possible in the report we ask for the
685 // extended (i.e., more detailed) version.
686 Universe::print_on(st, true /* extended */);
685 st->cr(); 687 st->cr();
686 } 688 }
687 689
688 STEP(195, "(printing code cache information)" ) 690 STEP(195, "(printing code cache information)" )
689 691