hotspot/src/share/vm/utilities/vmError.cpp
changeset 10997 0be4b3be7197
parent 10565 dc90c239f4ec
child 11483 4d3f4bca0019
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Nov 07 22:11:12 2011 -0500
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Tue Nov 08 00:41:28 2011 -0500
@@ -680,8 +680,10 @@
   STEP(190, "(printing heap information)" )
 
      if (_verbose && Universe::is_fully_initialized()) {
-       // print heap information before vm abort
-       Universe::print_on(st);
+       // 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();
      }