src/share/vm/gc_implementation/g1/g1_globals.hpp

Print this page
rev 4736 : Add per-region type information to the output of -XX:+G1SummarizeRSetStats

@@ -60,11 +60,15 @@
           "Summarize concurrent mark info")                                 \
                                                                             \
   diagnostic(bool, G1SummarizeRSetStats, false,                             \
           "Summarize remembered set processing info")                       \
                                                                             \
-  diagnostic(intx, G1SummarizeRSetStatsPeriod, 0,                           \
+  diagnostic(uintx, G1SummarizeRSetStatsTime, 1,                            \
+          "The time at which remembered set summary statistics are "        \
+          "printed. (1 = end of GC, 2 = start of GC, 3 = both).")           \
+                                                                            \
+  diagnostic(uintx, G1SummarizeRSetStatsPeriod, 0,                          \
           "The period (in number of GCs) at which we will generate "        \
           "update buffer processing info "                                  \
           "(0 means do not periodically generate this info); "              \
           "it also requires -XX:+G1SummarizeRSetStats")                     \
                                                                             \