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

changeset 1319
83b687ce3090
parent 1318
27f6a9b9c311
child 1325
6cb8e9df7174
equal deleted inserted replaced
1318:27f6a9b9c311 1319:83b687ce3090
32 "Size of parallel G1 allocation buffers in to-space.") \ 32 "Size of parallel G1 allocation buffers in to-space.") \
33 \ 33 \
34 product(intx, G1ConfidencePercent, 50, \ 34 product(intx, G1ConfidencePercent, 50, \
35 "Confidence level for MMU/pause predictions") \ 35 "Confidence level for MMU/pause predictions") \
36 \ 36 \
37 develop(intx, G1MarkingOverheadPercent, 0, \ 37 develop(intx, G1MarkingOverheadPercent, 0, \
38 "Overhead of concurrent marking") \ 38 "Overhead of concurrent marking") \
39 \ 39 \
40 develop(bool, G1AccountConcurrentOverhead, false, \ 40 develop(bool, G1AccountConcurrentOverhead, false, \
41 "Whether soft real-time compliance in G1 will take into account" \ 41 "Whether soft real-time compliance in G1 will take into account" \
42 "concurrent overhead") \ 42 "concurrent overhead") \
45 "Size of the G1 young generation, 0 is the adaptive policy") \ 45 "Size of the G1 young generation, 0 is the adaptive policy") \
46 \ 46 \
47 develop(bool, G1Gen, true, \ 47 develop(bool, G1Gen, true, \
48 "If true, it will enable the generational G1") \ 48 "If true, it will enable the generational G1") \
49 \ 49 \
50 develop(intx, G1GCPercent, 10, \ 50 develop(intx, G1GCPercent, 10, \
51 "The desired percent time spent on GC") \ 51 "The desired percent time spent on GC") \
52 \ 52 \
53 develop(intx, G1PolicyVerbose, 0, \ 53 develop(intx, G1PolicyVerbose, 0, \
54 "The verbosity level on G1 policy decisions") \ 54 "The verbosity level on G1 policy decisions") \
55 \ 55 \
71 diagnostic(bool, G1SummarizeConcurrentMark, false, \ 71 diagnostic(bool, G1SummarizeConcurrentMark, false, \
72 "Summarize concurrent mark info") \ 72 "Summarize concurrent mark info") \
73 \ 73 \
74 diagnostic(bool, G1SummarizeRSetStats, false, \ 74 diagnostic(bool, G1SummarizeRSetStats, false, \
75 "Summarize remembered set processing info") \ 75 "Summarize remembered set processing info") \
76 \
77 diagnostic(intx, G1SummarizeRSetStatsPeriod, 0, \
78 "The period (in number of GCs) at which we will generate " \
79 "update buffer processing info " \
80 "(0 means do not periodically generate this info); " \
81 "it also requires -XX:+G1SummarizeRSetStats") \
76 \ 82 \
77 diagnostic(bool, G1SummarizeZFStats, false, \ 83 diagnostic(bool, G1SummarizeZFStats, false, \
78 "Summarize zero-filling info") \ 84 "Summarize zero-filling info") \
79 \ 85 \
80 develop(bool, G1TraceConcurrentRefinement, false, \ 86 develop(bool, G1TraceConcurrentRefinement, false, \

mercurial