comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1284:5f1f51edaff6

6928081: G1: rename parameters common with CMS Summary: Rename marking stack sizing flags to be common between G1 and CMS Reviewed-by: ysr, tonyp
author jmasa
date Wed, 24 Feb 2010 07:00:33 -0800
parents 1c72304f1885
children a1c410de27e4
comparison
equal deleted inserted replaced
1283:1c72304f1885 1284:5f1f51edaff6
86 "Summarize zero-filling info") \ 86 "Summarize zero-filling info") \
87 \ 87 \
88 diagnostic(bool, G1TraceConcRefinement, false, \ 88 diagnostic(bool, G1TraceConcRefinement, false, \
89 "Trace G1 concurrent refinement") \ 89 "Trace G1 concurrent refinement") \
90 \ 90 \
91 product(intx, G1MarkStackSize, 2 * 1024 * 1024, \
92 "Size of the mark stack for concurrent marking.") \
93 \
94 product(intx, G1MarkRegionStackSize, 1024 * 1024, \ 91 product(intx, G1MarkRegionStackSize, 1024 * 1024, \
95 "Size of the region stack for concurrent marking.") \ 92 "Size of the region stack for concurrent marking.") \
96 \ 93 \
97 develop(bool, G1ConcZeroFill, true, \ 94 develop(bool, G1ConcZeroFill, true, \
98 "If true, run concurrent zero-filling thread") \ 95 "If true, run concurrent zero-filling thread") \