diff src/share/vm/utilities/vmError.cpp @ 9076:7b835924c31c

8011872: Include Bit Map addresses in the hs_err files Reviewed-by: brutisso, jmasa
author stefank
date Wed, 10 Apr 2013 14:26:49 +0200
parents 5ee2b330eacd
children 89e4d67fdd2a 746b070f5022 e12c9b3740db
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Wed Apr 10 13:27:35 2013 +0200
+++ b/src/share/vm/utilities/vmError.cpp	Wed Apr 10 14:26:49 2013 +0200
@@ -685,13 +685,7 @@
   STEP(190, "(printing heap information)" )
 
      if (_verbose && Universe::is_fully_initialized()) {
-       // Print heap information before vm abort. As we'd like as much
-       // information as possible in the report we ask for the
-       // extended (i.e., more detailed) version.
-       Universe::print_on(st, true /* extended */);
-       st->cr();
-
-       Universe::heap()->barrier_set()->print_on(st);
+       Universe::heap()->print_on_error(st);
        st->cr();
 
        st->print_cr("Polling page: " INTPTR_FORMAT, os::get_polling_page());