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

changeset 1112
96b229c54d1e
parent 1075
ba50942c8138
child 1180
2b6c55e36143
equal deleted inserted replaced
1084:59f139e8a8d1 1112:96b229c54d1e
183 "Number of inefficient pauses necessary to trigger marking.") \ 183 "Number of inefficient pauses necessary to trigger marking.") \
184 \ 184 \
185 product(intx, G1InefficientPausePct, 80, \ 185 product(intx, G1InefficientPausePct, 80, \
186 "Threshold of an 'inefficient' pauses (as % of cum efficiency.") \ 186 "Threshold of an 'inefficient' pauses (as % of cum efficiency.") \
187 \ 187 \
188 product(intx, G1RSPopLimit, 32768, \
189 "Limit that defines popularity. Should go away! XXX") \
190 \
191 develop(bool, G1RSCountHisto, false, \ 188 develop(bool, G1RSCountHisto, false, \
192 "If true, print a histogram of RS occupancies after each pause") \ 189 "If true, print a histogram of RS occupancies after each pause") \
193 \
194 product(intx, G1ObjPopLimit, 256, \
195 "Limit that defines popularity for an object.") \
196 \ 190 \
197 product(bool, G1TraceFileOverwrite, false, \ 191 product(bool, G1TraceFileOverwrite, false, \
198 "Allow the trace file to be overwritten") \ 192 "Allow the trace file to be overwritten") \
199 \ 193 \
200 develop(intx, G1PrintRegionLivenessInfo, 0, \ 194 develop(intx, G1PrintRegionLivenessInfo, 0, \
201 "When > 0, print the occupancies of the <n> best and worst" \ 195 "When > 0, print the occupancies of the <n> best and worst" \
202 "regions.") \ 196 "regions.") \
203 \
204 develop(bool, G1TracePopularity, false, \
205 "When true, provide detailed tracing of popularity.") \
206 \
207 product(bool, G1SummarizePopularity, false, \
208 "When true, provide end-of-run-summarization of popularity.") \
209 \
210 product(intx, G1NumPopularRegions, 1, \
211 "Number of regions reserved to hold popular objects. " \
212 "Should go away later.") \
213 \ 197 \
214 develop(bool, G1PrintParCleanupStats, false, \ 198 develop(bool, G1PrintParCleanupStats, false, \
215 "When true, print extra stats about parallel cleanup.") \ 199 "When true, print extra stats about parallel cleanup.") \
216 \ 200 \
217 product(bool, G1DoAgeCohortChecks, false, \ 201 product(bool, G1DoAgeCohortChecks, false, \

mercurial