7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic

Fri, 09 Sep 2011 05:20:58 -0400

author
tonyp
date
Fri, 09 Sep 2011 05:20:58 -0400
changeset 3121
3bddbf0f57d6
parent 3120
af2ab04e0038
child 3122
e984655be425

7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic
Reviewed-by: brutisso, ysr

src/share/vm/gc_implementation/g1/g1_globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Sep 08 16:29:41 2011 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Sep 09 05:20:58 2011 -0400
     1.3 @@ -134,9 +134,9 @@
     1.4    develop(bool, G1RSCountHisto, false,                                      \
     1.5            "If true, print a histogram of RS occupancies after each pause")  \
     1.6                                                                              \
     1.7 -  product(bool, G1PrintRegionLivenessInfo, false,                           \
     1.8 -          "Prints the liveness information for all regions in the heap "    \
     1.9 -          "at the end of a marking cycle.")                                 \
    1.10 +  diagnostic(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