comparison src/share/vm/runtime/globals.hpp @ 1610:79107c3a6bd5

6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly. Reviewed-by: ysr, johnc
author tonyp
date Fri, 07 May 2010 13:14:41 -0400
parents 3a9de63b2209
children 2a47bd84841f
comparison
equal deleted inserted replaced
1594:b9bc732be7c0 1610:79107c3a6bd5
1973 \ 1973 \
1974 product(uintx, MaxGCPauseMillis, max_uintx, \ 1974 product(uintx, MaxGCPauseMillis, max_uintx, \
1975 "Adaptive size policy maximum GC pause time goal in msec, " \ 1975 "Adaptive size policy maximum GC pause time goal in msec, " \
1976 "or (G1 Only) the max. GC time per MMU time slice") \ 1976 "or (G1 Only) the max. GC time per MMU time slice") \
1977 \ 1977 \
1978 product(intx, GCPauseIntervalMillis, 500, \ 1978 product(uintx, GCPauseIntervalMillis, 0, \
1979 "Time slice for MMU specification") \ 1979 "Time slice for MMU specification") \
1980 \ 1980 \
1981 product(uintx, MaxGCMinorPauseMillis, max_uintx, \ 1981 product(uintx, MaxGCMinorPauseMillis, max_uintx, \
1982 "Adaptive size policy maximum GC minor pause time goal in msec") \ 1982 "Adaptive size policy maximum GC minor pause time goal in msec") \
1983 \ 1983 \