src/hotspot/share/gc/shared/gc_globals.hpp
branchepsilon-gc-branch
changeset 56449 a628f1855f4c
parent 49741 0d8ed8b2ac4f
child 56473 63a5ea2cdd0d
--- a/src/hotspot/share/gc/shared/gc_globals.hpp	Wed Apr 18 09:46:53 2018 +0200
+++ b/src/hotspot/share/gc/shared/gc_globals.hpp	Wed Apr 18 10:07:49 2018 +0200
@@ -129,6 +129,9 @@
   product(bool, UseParallelOldGC, false,                                    \
           "Use the Parallel Old garbage collector")                         \
                                                                             \
+  develop(bool, UseEpsilonGC, false,                                        \
+          "Use the Epsilon (no-op) garbage collector")                      \
+                                                                            \
   product(uint, ParallelGCThreads, 0,                                       \
           "Number of parallel threads parallel gc will use")                \
           constraint(ParallelGCThreadsConstraintFunc,AfterErgo)             \