comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents 315a5d70b295
children 27f6a9b9c311
comparison
equal deleted inserted replaced
839:bb18957ad21e 845:df6caf649ff7
78 "Summarize zero-filling info") \ 78 "Summarize zero-filling info") \
79 \ 79 \
80 develop(bool, G1TraceConcurrentRefinement, false, \ 80 develop(bool, G1TraceConcurrentRefinement, false, \
81 "Trace G1 concurrent refinement") \ 81 "Trace G1 concurrent refinement") \
82 \ 82 \
83 develop(bool, G1ConcMark, true, \
84 "If true, run concurrent marking for G1") \
85 \
86 product(intx, G1MarkStackSize, 2 * 1024 * 1024, \ 83 product(intx, G1MarkStackSize, 2 * 1024 * 1024, \
87 "Size of the mark stack for concurrent marking.") \ 84 "Size of the mark stack for concurrent marking.") \
88 \ 85 \
89 product(intx, G1MarkRegionStackSize, 1024 * 1024, \ 86 product(intx, G1MarkRegionStackSize, 1024 * 1024, \
90 "Size of the region stack for concurrent marking.") \ 87 "Size of the region stack for concurrent marking.") \