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

changeset 2717
371bbc844bf1
parent 2713
02f49b66361a
child 2718
8f1042ff784d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Apr 04 13:18:35 2011 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Apr 04 14:23:17 2011 -0400
     1.3 @@ -138,9 +138,9 @@
     1.4    develop(bool, G1RSCountHisto, false,                                      \
     1.5            "If true, print a histogram of RS occupancies after each pause")  \
     1.6                                                                              \
     1.7 -  develop(intx, G1PrintRegionLivenessInfo, 0,                               \
     1.8 -          "When > 0, print the occupancies of the <n> best and worst"       \
     1.9 -          "regions.")                                                       \
    1.10 +  product(bool, G1PrintRegionLivenessInfo, false,                           \
    1.11 +          "Prints the liveness information for all regions in the heap "    \
    1.12 +          "at the end of a marking cycle.")                                 \
    1.13                                                                              \
    1.14    develop(bool, G1PrintParCleanupStats, false,                              \
    1.15            "When true, print extra stats about parallel cleanup.")           \

mercurial