comparison src/share/vm/runtime/globals.hpp @ 751:20c6f43950b5

6490395: G1: Tidy up command line flags. Summary: Change G1 flag names to be more consistent and disable some in 'product' mode. Reviewed-by: tonyp, iveresov
author johnc
date Thu, 30 Apr 2009 15:07:53 -0700
parents be93aad57795
children d0e0d6d824d8
comparison
equal deleted inserted replaced
748:51285b431bb2 751:20c6f43950b5
1817 \ 1817 \
1818 product(uintx, TenuredGenerationSizeSupplementDecay, 2, \ 1818 product(uintx, TenuredGenerationSizeSupplementDecay, 2, \
1819 "Decay factor to TenuredGenerationSizeIncrement") \ 1819 "Decay factor to TenuredGenerationSizeIncrement") \
1820 \ 1820 \
1821 product(uintx, MaxGCPauseMillis, max_uintx, \ 1821 product(uintx, MaxGCPauseMillis, max_uintx, \
1822 "Adaptive size policy maximum GC pause time goal in msec") \ 1822 "Adaptive size policy maximum GC pause time goal in msec, " \
1823 "or (G1 Only) the max. GC time per MMU time slice") \
1824 \
1825 product(intx, GCPauseIntervalMillis, 500, \
1826 "Time slice for MMU specification") \
1823 \ 1827 \
1824 product(uintx, MaxGCMinorPauseMillis, max_uintx, \ 1828 product(uintx, MaxGCMinorPauseMillis, max_uintx, \
1825 "Adaptive size policy maximum GC minor pause time goal in msec") \ 1829 "Adaptive size policy maximum GC minor pause time goal in msec") \
1826 \ 1830 \
1827 product(uintx, GCTimeRatio, 99, \ 1831 product(uintx, GCTimeRatio, 99, \