< prev index next >

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

Print this page
rev 13333 : [mq]: tl-syncroots.patch

@@ -212,10 +212,13 @@
                                                                             \
   experimental(bool, ShenandoahReduceStoreValBarrier, false,                \
           "If true, only execute storeval barrier when updating "           \
           "references.")                                                    \
                                                                             \
+  experimental(bool, ShenandoahFastSyncRoots, false,                        \
+          "Enable fast synchronizer roots scanning")                        \
+                                                                            \
   diagnostic(bool, ShenandoahSATBBarrier, true,                             \
           "Turn on/off SATB barriers in Shenandoah")                        \
                                                                             \
   diagnostic(bool, ShenandoahWriteBarrier, true,                            \
           "Turn on/off write barriers in Shenandoah")                       \
< prev index next >