comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 8094:f1fb03a251e9

8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED Reviewed-by: brutisso, johnc Contributed-by: vladimir.kempik@oracle.com
author poonam
date Thu, 21 Feb 2013 23:58:05 -0800
parents f64ffbf81af5
children c3657d00e343 194f52aa2f23
comparison
equal deleted inserted replaced
8054:d5e12e7d2f71 8094:f1fb03a251e9
30 // Defines all globals flags used by the garbage-first compiler. 30 // Defines all globals flags used by the garbage-first compiler.
31 // 31 //
32 32
33 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \ 33 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
34 \ 34 \
35 product(intx, G1ConfidencePercent, 50, \ 35 product(uintx, G1ConfidencePercent, 50, \
36 "Confidence level for MMU/pause predictions") \ 36 "Confidence level for MMU/pause predictions") \
37 \ 37 \
38 develop(intx, G1MarkingOverheadPercent, 0, \ 38 develop(intx, G1MarkingOverheadPercent, 0, \
39 "Overhead of concurrent marking") \ 39 "Overhead of concurrent marking") \
40 \ 40 \