hotspot/src/share/vm/runtime/globals.hpp
changeset 3912 3aaaaad1ccb0
parent 3908 24b55ad4c228
parent 3696 9e5d9b5e1049
child 4013 b154310845de
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Sep 18 09:57:47 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Sep 23 23:56:15 2009 -0700
@@ -1712,6 +1712,9 @@
   product(bool, TLABStats, true,                                            \
           "Print various TLAB related information")                         \
                                                                             \
+  product(bool, PrintRevisitStats, false,                                   \
+          "Print revisit (klass and MDO) stack related information")        \
+                                                                            \
   product_pd(bool, NeverActAsServerClassMachine,                            \
           "Never act like a server-class machine")                          \
                                                                             \