diff src/share/vm/runtime/globals.hpp @ 941:8b46c4d82093

4957990: Perm heap bloat in JVM Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately. Reviewed-by: jcoomes, jmasa, kvn, never
author ysr
date Wed, 02 Sep 2009 00:04:29 -0700
parents 10d8c0d0d60e
children 54b3b351d6f9
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 31 05:27:29 2009 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Sep 02 00:04:29 2009 -0700
@@ -1707,6 +1707,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")                          \
                                                                             \