comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 8035:f64ffbf81af5

8006432: Ratio flags should be unsigned Summary: Flags changed to be of uintx type Reviewed-by: johnc, tamao
author jwilhelm
date Thu, 07 Feb 2013 15:51:25 +0100
parents 4967eb4f67a9
children f1fb03a251e9
comparison
equal deleted inserted replaced
8034:bce1ac447f6b 8035:f64ffbf81af5
99 develop(intx, G1ExtraRegionSurvRate, 33, \ 99 develop(intx, G1ExtraRegionSurvRate, 33, \
100 "If the young survival rate is S, and there's room left in " \ 100 "If the young survival rate is S, and there's room left in " \
101 "to-space, we will allow regions whose survival rate is up to " \ 101 "to-space, we will allow regions whose survival rate is up to " \
102 "S + (1 - S)*X, where X is this parameter (as a fraction.)") \ 102 "S + (1 - S)*X, where X is this parameter (as a fraction.)") \
103 \ 103 \
104 develop(intx, G1InitYoungSurvRatio, 50, \
105 "Expected Survival Rate for newly allocated bytes") \
106 \
107 develop(bool, G1SATBPrintStubs, false, \ 104 develop(bool, G1SATBPrintStubs, false, \
108 "If true, print generated stubs for the SATB barrier") \ 105 "If true, print generated stubs for the SATB barrier") \
109 \ 106 \
110 experimental(intx, G1ExpandByPercentOfAvailable, 20, \ 107 experimental(intx, G1ExpandByPercentOfAvailable, 20, \
111 "When expanding, % of uncommitted space to claim.") \ 108 "When expanding, % of uncommitted space to claim.") \