comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1391:79e419e5ea3b

6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize Summary: Replaces the G1-specific parameter with the existing ones that are used by the other GCs (YoungPLABSize and OldPLABSize) Reviewed-by: tonyp, johnc
author apetrusenko
date Fri, 16 Apr 2010 08:48:16 -0700
parents 781e29eb8e08
children 1316cec51b4d
comparison
equal deleted inserted replaced
1390:f9ec1e4bbb44 1391: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") \