comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 6011:f7a8920427a6

7145441: G1: collection set chooser-related cleanup Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code. Reviewed-by: johnc, brutisso
author tonyp
date Wed, 18 Apr 2012 13:39:55 -0400
parents 5c86f8211d1e
children 7994a5a35fcf
comparison
equal deleted inserted replaced
6010:720b6a76dd9d 6011:f7a8920427a6
125 \ 125 \
126 diagnostic(bool, G1PrintRegionLivenessInfo, false, \ 126 diagnostic(bool, G1PrintRegionLivenessInfo, false, \
127 "Prints the liveness information for all regions in the heap " \ 127 "Prints the liveness information for all regions in the heap " \
128 "at the end of a marking cycle.") \ 128 "at the end of a marking cycle.") \
129 \ 129 \
130 develop(bool, G1PrintParCleanupStats, false, \
131 "When true, print extra stats about parallel cleanup.") \
132 \
133 product(intx, G1UpdateBufferSize, 256, \ 130 product(intx, G1UpdateBufferSize, 256, \
134 "Size of an update buffer") \ 131 "Size of an update buffer") \
135 \ 132 \
136 product(intx, G1ConcRefinementYellowZone, 0, \ 133 product(intx, G1ConcRefinementYellowZone, 0, \
137 "Number of enqueued update buffers that will " \ 134 "Number of enqueued update buffers that will " \