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

changeset 1319
83b687ce3090
parent 1318
27f6a9b9c311
child 1325
6cb8e9df7174
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Wed Jul 29 11:01:26 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Jul 30 14:50:58 2009 -0400
     1.3 @@ -34,7 +34,7 @@
     1.4    product(intx, G1ConfidencePercent, 50,                                    \
     1.5            "Confidence level for MMU/pause predictions")                     \
     1.6                                                                              \
     1.7 -  develop(intx, G1MarkingOverheadPercent, 0,                                   \
     1.8 +  develop(intx, G1MarkingOverheadPercent, 0,                                \
     1.9            "Overhead of concurrent marking")                                 \
    1.10                                                                              \
    1.11    develop(bool, G1AccountConcurrentOverhead, false,                         \
    1.12 @@ -47,7 +47,7 @@
    1.13    develop(bool, G1Gen, true,                                                \
    1.14            "If true, it will enable the generational G1")                    \
    1.15                                                                              \
    1.16 -  develop(intx, G1GCPercent, 10,                                                \
    1.17 +  develop(intx, G1GCPercent, 10,                                            \
    1.18            "The desired percent time spent on GC")                           \
    1.19                                                                              \
    1.20    develop(intx, G1PolicyVerbose, 0,                                         \
    1.21 @@ -74,6 +74,12 @@
    1.22    diagnostic(bool, G1SummarizeRSetStats, false,                             \
    1.23            "Summarize remembered set processing info")                       \
    1.24                                                                              \
    1.25 +  diagnostic(intx, G1SummarizeRSetStatsPeriod, 0,                           \
    1.26 +          "The period (in number of GCs) at which we will generate "        \
    1.27 +          "update buffer processing info "                                  \
    1.28 +          "(0 means do not periodically generate this info); "              \
    1.29 +          "it also requires -XX:+G1SummarizeRSetStats")                     \
    1.30 +                                                                            \
    1.31    diagnostic(bool, G1SummarizeZFStats, false,                               \
    1.32            "Summarize zero-filling info")                                    \
    1.33                                                                              \

mercurial