src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1826
79e419e5ea3b
parent 1792
781e29eb8e08
child 1829
1316cec51b4d
equal deleted inserted replaced
1825:f9ec1e4bbb44 1826:79e419e5ea3b
26 // Defines all globals flags used by the garbage-first compiler. 26 // Defines all globals flags used by the garbage-first compiler.
27 // 27 //
28 28
29 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \ 29 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
30 \ 30 \
31 product(intx, G1ParallelGCAllocBufferSize, 8*K, \
32 "Size of parallel G1 allocation buffers in to-space.") \
33 \
34 product(intx, G1ConfidencePercent, 50, \ 31 product(intx, G1ConfidencePercent, 50, \
35 "Confidence level for MMU/pause predictions") \ 32 "Confidence level for MMU/pause predictions") \
36 \ 33 \
37 develop(intx, G1MarkingOverheadPercent, 0, \ 34 develop(intx, G1MarkingOverheadPercent, 0, \
38 "Overhead of concurrent marking") \ 35 "Overhead of concurrent marking") \

mercurial