< prev index next >

src/hotspot/share/gc/epsilon/epsilon_globals.hpp

Print this page
rev 53608 : Epsilon + Mark-Compact

@@ -89,8 +89,18 @@
           range(1, max_intx)                                                \
                                                                             \
   experimental(size_t, EpsilonMinHeapExpand, 128 * M,                       \
           "Min expansion step for heap. Larger value improves performance " \
           "at the potential expense of memory waste.")                      \
-          range(1, max_intx)
+          range(1, max_intx)                                                \
+                                                                            \
+  experimental(bool, EpsilonWhyNotGCAnyway, false,                          \
+          "Actually does sliding mark-compact GC.")                         \
+                                                                            \
+  experimental(bool, EpsilonWhyNotGCAnywayAgain, false,                     \
+          "Does the GC twice in a row to demo static costs.")               \
+                                                                            \
+  experimental(bool, EpsilonVerify, false,                                  \
+          "Does the additional GC verification step.")                      \
+                                                                            \
 
 #endif // SHARE_GC_EPSILON_EPSILON_GLOBALS_HPP
< prev index next >