src/share/vm/runtime/globals.hpp

changeset 1965
79107c3a6bd5
parent 1944
3a9de63b2209
child 1999
2a47bd84841f
equal deleted inserted replaced
1949:b9bc732be7c0 1965: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 \

mercurial