< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 1397,1406 **** --- 1397,1409 ---- "Use the Parallel Scavenge garbage collector") \ \ 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)") \ range(0, max_uintx) \ \
< prev index next >