< prev index next >

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

Print this page
rev 12191 : [mq]: cancel.patch

@@ -99,10 +99,13 @@
           "a new GC cycle is started. "                                     \
           "Applies to Shenandoah GC dynamic Heuristic mode only "           \
           "(ignored otherwise). Defauls to 0%.")                            \
           range(0,100)                                                      \
                                                                             \
+  experimental(uint, ShenandoahMarkLoopStride, 1000,                        \
+          "How many items are processed during one marking step")           \
+                                                                            \
   experimental(bool, ShenandoahConcurrentCodeRoots, false,                  \
           "Scan code roots concurrently, instead of during a pause")        \
                                                                             \
   experimental(bool, ShenandoahNoBarriersForConst, true,                    \
           "Constant oops don't need barriers")                              \
< prev index next >