src/hotspot/share/gc/shared/gc_globals.hpp
branchepsilon-gc-branch
changeset 56473 63a5ea2cdd0d
parent 56449 a628f1855f4c
child 56493 b99bcc5a6c2a
--- a/src/hotspot/share/gc/shared/gc_globals.hpp	Mon Apr 23 12:32:25 2018 +0200
+++ b/src/hotspot/share/gc/shared/gc_globals.hpp	Mon Apr 23 12:53:43 2018 +0200
@@ -129,7 +129,7 @@
   product(bool, UseParallelOldGC, false,                                    \
           "Use the Parallel Old garbage collector")                         \
                                                                             \
-  develop(bool, UseEpsilonGC, false,                                        \
+  experimental(bool, UseEpsilonGC, false,                                   \
           "Use the Epsilon (no-op) garbage collector")                      \
                                                                             \
   product(uint, ParallelGCThreads, 0,                                       \