< prev index next >

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

Print this page
rev 47365 : [mq]: oomalot.patch

@@ -358,10 +358,14 @@
                                                                             \
   experimental(intx, ShenandoahFullGCTries, 3,                              \
           "How many times to try to do Full GC on allocation failure."      \
           "Set to 0 to never try, and fail instead.")                       \
           range(0, 16)                                                      \
+                                                                            \
+  diagnostic(bool, ShenandoahOOMDuringEvacALot, false,                      \
+          "Simulate OOM during evacuation frequently.")                     \
+
 
 
 SHENANDOAH_FLAGS(DECLARE_DEVELOPER_FLAG, \
                  DECLARE_PD_DEVELOPER_FLAG,     \
                  DECLARE_PRODUCT_FLAG,          \
< prev index next >