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

changeset 1112
96b229c54d1e
parent 1075
ba50942c8138
child 1180
2b6c55e36143
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Wed Mar 25 10:36:08 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Wed Mar 25 13:10:54 2009 -0700
     1.3 @@ -185,15 +185,9 @@
     1.4    product(intx, G1InefficientPausePct, 80,                                  \
     1.5            "Threshold of an 'inefficient' pauses (as % of cum efficiency.")  \
     1.6                                                                              \
     1.7 -  product(intx, G1RSPopLimit, 32768,                                        \
     1.8 -          "Limit that defines popularity.  Should go away! XXX")            \
     1.9 -                                                                            \
    1.10    develop(bool, G1RSCountHisto, false,                                      \
    1.11            "If true, print a histogram of RS occupancies after each pause")  \
    1.12                                                                              \
    1.13 -  product(intx, G1ObjPopLimit, 256,                                         \
    1.14 -          "Limit that defines popularity for an object.")                   \
    1.15 -                                                                            \
    1.16    product(bool, G1TraceFileOverwrite, false,                                \
    1.17            "Allow the trace file to be overwritten")                         \
    1.18                                                                              \
    1.19 @@ -201,16 +195,6 @@
    1.20            "When > 0, print the occupancies of the <n> best and worst"       \
    1.21            "regions.")                                                       \
    1.22                                                                              \
    1.23 -  develop(bool, G1TracePopularity, false,                                   \
    1.24 -          "When true, provide detailed tracing of popularity.")             \
    1.25 -                                                                            \
    1.26 -  product(bool, G1SummarizePopularity, false,                               \
    1.27 -          "When true, provide end-of-run-summarization of popularity.")     \
    1.28 -                                                                            \
    1.29 -  product(intx, G1NumPopularRegions, 1,                                     \
    1.30 -          "Number of regions reserved to hold popular objects.  "           \
    1.31 -          "Should go away later.")                                          \
    1.32 -                                                                            \
    1.33    develop(bool, G1PrintParCleanupStats, false,                              \
    1.34            "When true, print extra stats about parallel cleanup.")           \
    1.35                                                                              \

mercurial