comparison src/share/vm/utilities/vmError.cpp @ 5984:fd09f2d8283e

7157141: crash in 64 bit with corrupted oops Reviewed-by: kvn, iveresov
author never
date Mon, 02 Apr 2012 16:05:56 -0700
parents 2d503de963b3
children f8de958e5b2c d2a62e0f25eb
comparison
equal deleted inserted replaced
5977:e02867d10860 5984:fd09f2d8283e
683 // Print heap information before vm abort. As we'd like as much 683 // Print heap information before vm abort. As we'd like as much
684 // information as possible in the report we ask for the 684 // information as possible in the report we ask for the
685 // extended (i.e., more detailed) version. 685 // extended (i.e., more detailed) version.
686 Universe::print_on(st, true /* extended */); 686 Universe::print_on(st, true /* extended */);
687 st->cr(); 687 st->cr();
688
689 Universe::heap()->barrier_set()->print_on(st);
690 st->cr();
691
692 st->print_cr("Polling page: " INTPTR_FORMAT, os::get_polling_page());
693 st->cr();
688 } 694 }
689 695
690 STEP(195, "(printing code cache information)" ) 696 STEP(195, "(printing code cache information)" )
691 697
692 if (_verbose && Universe::is_fully_initialized()) { 698 if (_verbose && Universe::is_fully_initialized()) {