< prev index next >

src/share/vm/gc/g1/g1_globals.hpp

Print this page
rev 9473 : [mq]: webrev.00

*** 143,152 **** --- 143,153 ---- \ product(intx, G1ConcRefinementThresholdStep, 0, \ "Each time the rset update queue increases by this amount " \ "activate the next refinement thread if available. " \ "Will be selected ergonomically by default.") \ + range(0, max_jint) \ \ product(intx, G1RSetUpdatingPauseTimePercent, 10, \ "A target percentage of time that is allowed to be spend on " \ "process RS update buffers during the collection pause.") \ range(0, 100) \
*** 286,295 **** --- 287,297 ---- "that G1 is willing not to collect to avoid expensive GCs.") \ range(0, 100) \ \ product(uintx, G1MixedGCCountTarget, 8, \ "The target number of mixed GCs after a marking cycle.") \ + range(0, max_uintx) \ \ experimental(bool, G1EagerReclaimHumongousObjects, true, \ "Try to reclaim dead large objects at every young GC.") \ \ experimental(bool, G1EagerReclaimHumongousObjectsWithStaleRefs, true, \
< prev index next >