hotspot/src/share/vm/runtime/globals.hpp
changeset 3191 dd3cc90b9951
parent 2866 6beb2b47717a
child 3581 c84159af60dd
child 3583 805584e16d0f
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 02 16:28:15 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 07 14:23:00 2009 -0400
@@ -1994,6 +1994,10 @@
   product_rw(bool, PrintHeapAtGC, false,                                    \
           "Print heap layout before and after each GC")                     \
                                                                             \
+  product_rw(bool, PrintHeapAtGCExtended, false,                            \
+          "Prints extended information about the layout of the heap "       \
+          "when -XX:+PrintHeapAtGC is set")                                 \
+                                                                            \
   product(bool, PrintHeapAtSIGBREAK, true,                                  \
           "Print heap layout in response to SIGBREAK")                      \
                                                                             \