< prev index next >

src/share/vm/gc/shenandoah/shenandoah_globals.hpp

Print this page
rev 13068 : [mq]: partial.patch

*** 134,143 **** --- 134,149 ---- \ experimental(uintx, ShenandoahHappyCyclesThreshold, 5, \ "How many successful marking cycles before improving free " \ "threshold for adaptive heuristics") \ \ + experimental(uintx, ShenandoahPartialInboundThreshold, 10, \ + "Specifies how many inbound regions a region can have maximum " \ + "to be considered for collection set in partial collections.") \ + range(0, 100) \ + writeable(Always) \ + \ experimental(uint, ShenandoahMarkLoopStride, 1000, \ "How many items are processed during one marking step") \ \ experimental(bool, ShenandoahConcurrentCodeRoots, true, \ "Scan code roots concurrently, instead of during a pause") \
< prev index next >