< prev index next >

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

Print this page
rev 11046 : Implement suspendible workers

@@ -325,10 +325,13 @@
           "Enable fast synchronizer roots scanning")                        \
                                                                             \
   experimental(bool, ShenandoahPreclean, true,                              \
               "Do preclean phase before final mark")                        \
                                                                             \
+  experimental(bool, ShenandoahSuspendibleWorkers, true,                    \
+              "Suspend concurrent GC worker threads at safepoints")         \
+                                                                            \
   experimental(bool, ShenandoahHumongousMoves, true,                        \
           "Allow moving humongous regions. This makes GC more resistant "   \
           "to external fragmentation that may otherwise fail other "        \
           "humongous allocations, at the expense of higher GC copying "     \
           "costs.")                                                         \
< prev index next >