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

changeset 6229
5a32d2a3cc1e
parent 5548
5888334c9c24
child 6402
191174b49bec
equal deleted inserted replaced
6228:04f1d5d36714 6229:5a32d2a3cc1e
68 "(0 means do not periodically generate this info); " \ 68 "(0 means do not periodically generate this info); " \
69 "it also requires -XX:+G1SummarizeRSetStats") \ 69 "it also requires -XX:+G1SummarizeRSetStats") \
70 \ 70 \
71 diagnostic(bool, G1TraceConcRefinement, false, \ 71 diagnostic(bool, G1TraceConcRefinement, false, \
72 "Trace G1 concurrent refinement") \ 72 "Trace G1 concurrent refinement") \
73 \
74 experimental(bool, G1TraceStringSymbolTableScrubbing, false, \
75 "Trace information string and symbol table scrubbing.") \
73 \ 76 \
74 product(double, G1ConcMarkStepDurationMillis, 10.0, \ 77 product(double, G1ConcMarkStepDurationMillis, 10.0, \
75 "Target duration of individual concurrent marking steps " \ 78 "Target duration of individual concurrent marking steps " \
76 "in milliseconds.") \ 79 "in milliseconds.") \
77 \ 80 \

mercurial