--- old/src/share/vm/runtime/globals.hpp 2017-03-12 11:11:18.714850841 +0100 +++ new/src/share/vm/runtime/globals.hpp 2017-03-12 11:11:18.646851096 +0100 @@ -1402,6 +1402,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)") \