--- old/src/share/vm/runtime/globals.hpp 2017-02-13 21:50:17.685735645 +0100 +++ new/src/share/vm/runtime/globals.hpp 2017-02-13 21:50:17.613735850 +0100 @@ -1399,6 +1399,9 @@ product(bool, UseParallelOldGC, false, \ "Use the Parallel Old garbage collector") \ \ + experimental(bool, UseEpsilonGC, false, \ + "Use the Epsilon (no-op) garbage collector") \ + \ product(uintx, HeapMaximumCompactionInterval, 20, \ "How often should we maximally compact the heap (not allowing " \ "any dead space)") \