hotspot/src/share/vm/utilities/vmError.cpp
changeset 16685 41c34debcde0
parent 15602 d069aaa14d4c
child 17121 e40a97c700d9
child 17087 f0b76c4c93a0
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Wed Apr 10 13:27:35 2013 +0200
+++ b/hotspot/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());