diff src/share/vm/utilities/vmError.cpp @ 9088:89e4d67fdd2a

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 12 Apr 2013 14:05:42 +0200
parents b8f261ba79c6 7b835924c31c
children 836a62f43af9
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Fri Apr 12 11:24:56 2013 +0200
+++ b/src/share/vm/utilities/vmError.cpp	Fri Apr 12 14:05:42 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());