src/share/vm/utilities/vmError.cpp

changeset 4904
7b835924c31c
parent 4573
5ee2b330eacd
child 4993
746b070f5022
child 5027
e12c9b3740db
     1.1 --- a/src/share/vm/utilities/vmError.cpp	Wed Apr 10 13:27:35 2013 +0200
     1.2 +++ b/src/share/vm/utilities/vmError.cpp	Wed Apr 10 14:26:49 2013 +0200
     1.3 @@ -685,13 +685,7 @@
     1.4    STEP(190, "(printing heap information)" )
     1.5  
     1.6       if (_verbose && Universe::is_fully_initialized()) {
     1.7 -       // Print heap information before vm abort. As we'd like as much
     1.8 -       // information as possible in the report we ask for the
     1.9 -       // extended (i.e., more detailed) version.
    1.10 -       Universe::print_on(st, true /* extended */);
    1.11 -       st->cr();
    1.12 -
    1.13 -       Universe::heap()->barrier_set()->print_on(st);
    1.14 +       Universe::heap()->print_on_error(st);
    1.15         st->cr();
    1.16  
    1.17         st->print_cr("Polling page: " INTPTR_FORMAT, os::get_polling_page());

mercurial