comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1356:56507bcd639e

6937160: G1: should observe GCTimeRatio Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead. Reviewed-by: jmasa, johnc
author tonyp
date Tue, 30 Mar 2010 15:36:55 -0400
parents a1c410de27e4
children 781e29eb8e08
comparison
equal deleted inserted replaced
1332:4b60f23c4223 1356:56507bcd639e
38 "Overhead of concurrent marking") \ 38 "Overhead of concurrent marking") \
39 \ 39 \
40 develop(bool, G1Gen, true, \ 40 develop(bool, G1Gen, true, \
41 "If true, it will enable the generational G1") \ 41 "If true, it will enable the generational G1") \
42 \ 42 \
43 develop(intx, G1GCPercent, 10, \
44 "The desired percent time spent on GC") \
45 \
46 develop(intx, G1PolicyVerbose, 0, \ 43 develop(intx, G1PolicyVerbose, 0, \
47 "The verbosity level on G1 policy decisions") \ 44 "The verbosity level on G1 policy decisions") \
48 \ 45 \
49 develop(bool, G1UseHRIntoRS, true, \ 46 develop(bool, G1UseHRIntoRS, true, \
50 "Determines whether the 'advanced' HR Into rem set is used.") \ 47 "Determines whether the 'advanced' HR Into rem set is used.") \