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

changeset 3121
3bddbf0f57d6
parent 3119
4f41766176cf
child 3184
246daf2c601d
equal deleted inserted replaced
3120:af2ab04e0038 3121: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, \

mercurial