comparison src/share/vm/runtime/globals.hpp @ 376:0166ac265d53

6729594: par compact - remove unused block table implementation Reviewed-by: tonyp, jmasa, apetrusenko
author jcoomes
date Tue, 30 Sep 2008 13:15:27 -0700
parents 81cd571500b0
children ddfad9496151
comparison
equal deleted inserted replaced
375:81cd571500b0 376:0166ac265d53
1155 \ 1155 \
1156 product(bool, UseParallelDensePrefixUpdate, true, \ 1156 product(bool, UseParallelDensePrefixUpdate, true, \
1157 "In the Parallel Old garbage collector use parallel dense" \ 1157 "In the Parallel Old garbage collector use parallel dense" \
1158 " prefix update") \ 1158 " prefix update") \
1159 \ 1159 \
1160 develop(bool, UseParallelOldGCRegionPointerCalc, true, \
1161 "In the Parallel Old garbage collector use regions to calculate" \
1162 "new object locations") \
1163 \
1164 product(uintx, HeapMaximumCompactionInterval, 20, \ 1160 product(uintx, HeapMaximumCompactionInterval, 20, \
1165 "How often should we maximally compact the heap (not allowing " \ 1161 "How often should we maximally compact the heap (not allowing " \
1166 "any dead space)") \ 1162 "any dead space)") \
1167 \ 1163 \
1168 product(uintx, HeapFirstMaximumCompactionCount, 3, \ 1164 product(uintx, HeapFirstMaximumCompactionCount, 3, \