comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 3921:3bddbf0f57d6

7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic Reviewed-by: brutisso, ysr
author tonyp
date Fri, 09 Sep 2011 05:20:58 -0400
parents 4f41766176cf
children 246daf2c601d
comparison
equal deleted inserted replaced
3920:af2ab04e0038 3921:3bddbf0f57d6
132 "processing.") \ 132 "processing.") \
133 \ 133 \
134 develop(bool, G1RSCountHisto, false, \ 134 develop(bool, G1RSCountHisto, false, \
135 "If true, print a histogram of RS occupancies after each pause") \ 135 "If true, print a histogram of RS occupancies after each pause") \
136 \ 136 \
137 product(bool, G1PrintRegionLivenessInfo, false, \ 137 diagnostic(bool, G1PrintRegionLivenessInfo, false, \
138 "Prints the liveness information for all regions in the heap " \ 138 "Prints the liveness information for all regions in the heap " \
139 "at the end of a marking cycle.") \ 139 "at the end of a marking cycle.") \
140 \ 140 \
141 develop(bool, G1PrintParCleanupStats, false, \ 141 develop(bool, G1PrintParCleanupStats, false, \
142 "When true, print extra stats about parallel cleanup.") \ 142 "When true, print extra stats about parallel cleanup.") \
143 \ 143 \
144 product(intx, G1UpdateBufferSize, 256, \ 144 product(intx, G1UpdateBufferSize, 256, \