src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp
changeset 53403 683a112e0e1e
parent 53244 9807daeb47c4
child 54423 6c0ab8bd8da5
--- a/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp	Sat Jan 19 11:19:55 2019 +0100
+++ b/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp	Sat Jan 19 11:20:01 2019 +0100
@@ -185,6 +185,9 @@
           "adjustment. Lower values make adjustments faster, at the "       \
           "expense of higher perf overhead. Time is in milliseconds.")      \
                                                                             \
+  experimental(bool, ShenandoahCriticalControlThreadPriority, false,        \
+          "Shenandoah control thread runs at critical scheduling priority.")\
+                                                                            \
   diagnostic(bool, ShenandoahVerify, false,                                 \
           "Verify the Shenandoah garbage collector")                        \
                                                                             \