comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 526:818efdefcc99

6484956: G1: improve evacuation pause efficiency Summary: A bunch of performance optimizations to decrease GC pause times in G1. Reviewed-by: apetrusenko, jmasa, iveresov
author tonyp
date Fri, 16 Jan 2009 13:02:20 -0500
parents d28aa69f0959
children 58054a18d735
comparison
equal deleted inserted replaced
519:65de26b5ea82 526:818efdefcc99
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, ParallelGCG1AllocBufferSize, 4*K, \ 31 product(intx, ParallelGCG1AllocBufferSize, 8*K, \
32 "Size of parallel G1 allocation buffers in to-space.") \ 32 "Size of parallel G1 allocation buffers in to-space.") \
33 \ 33 \
34 product(intx, G1TimeSliceMS, 500, \ 34 product(intx, G1TimeSliceMS, 500, \
35 "Time slice for MMU specification") \ 35 "Time slice for MMU specification") \
36 \ 36 \