comparison src/share/vm/runtime/globals.hpp @ 883:27f6a9b9c311

6864886: G1: rename -XX parameters related to update buffers Summary: renaming a couple of update buffer-related parameters to make them more understandable and consistent. Reviewed-by: iveresov, ysr
author tonyp
date Wed, 29 Jul 2009 11:01:26 -0400
parents 0316eac49d5a
children 7f807f55161a
comparison
equal deleted inserted replaced
863:0a83664f978b 883:27f6a9b9c311
2922 \ 2922 \
2923 product(uintx, GCDrainStackTargetSize, 64, \ 2923 product(uintx, GCDrainStackTargetSize, 64, \
2924 "how many entries we'll try to leave on the stack during " \ 2924 "how many entries we'll try to leave on the stack during " \
2925 "parallel GC") \ 2925 "parallel GC") \
2926 \ 2926 \
2927 product(intx, DCQBarrierQueueBufferSize, 256, \
2928 "Number of elements in a dirty card queue buffer") \
2929 \
2930 product(intx, DCQBarrierProcessCompletedThreshold, 5, \
2931 "Number of completed dirty card buffers to trigger processing.") \
2932 \
2933 /* stack parameters */ \ 2927 /* stack parameters */ \
2934 product_pd(intx, StackYellowPages, \ 2928 product_pd(intx, StackYellowPages, \
2935 "Number of yellow zone (recoverable overflows) pages") \ 2929 "Number of yellow zone (recoverable overflows) pages") \
2936 \ 2930 \
2937 product_pd(intx, StackRedPages, \ 2931 product_pd(intx, StackRedPages, \