src/share/vm/runtime/globals.hpp

changeset 1273
0316eac49d5a
parent 1214
d0e0d6d824d8
child 1316
16c930df1e9b
child 1318
27f6a9b9c311
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jul 02 16:28:15 2009 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Jul 07 14:23:00 2009 -0400
     1.3 @@ -1994,6 +1994,10 @@
     1.4    product_rw(bool, PrintHeapAtGC, false,                                    \
     1.5            "Print heap layout before and after each GC")                     \
     1.6                                                                              \
     1.7 +  product_rw(bool, PrintHeapAtGCExtended, false,                            \
     1.8 +          "Prints extended information about the layout of the heap "       \
     1.9 +          "when -XX:+PrintHeapAtGC is set")                                 \
    1.10 +                                                                            \
    1.11    product(bool, PrintHeapAtSIGBREAK, true,                                  \
    1.12            "Print heap layout in response to SIGBREAK")                      \
    1.13                                                                              \

mercurial