src/share/vm/utilities/vmError.cpp

changeset 3269
53074c2c4600
parent 3156
f08d439fab8c
child 3430
d7e3846464d0
     1.1 --- a/src/share/vm/utilities/vmError.cpp	Mon Nov 07 22:11:12 2011 -0500
     1.2 +++ b/src/share/vm/utilities/vmError.cpp	Tue Nov 08 00:41:28 2011 -0500
     1.3 @@ -680,8 +680,10 @@
     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
     1.8 -       Universe::print_on(st);
     1.9 +       // Print heap information before vm abort. As we'd like as much
    1.10 +       // information as possible in the report we ask for the
    1.11 +       // extended (i.e., more detailed) version.
    1.12 +       Universe::print_on(st, true /* extended */);
    1.13         st->cr();
    1.14       }
    1.15  

mercurial