< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 8396 : imported patch epsilon-base
rev 8397 : [mq]: enable-experimental

*** 1409,1418 **** --- 1409,1421 ---- "Use the Parallel Scavenge garbage collector") \ \ product(bool, UseParallelOldGC, false, \ "Use the Parallel Old garbage collector") \ \ + experimental(bool, UseEpsilonGC, false, \ + "Use the Epsilon garbage collector") \ + \ product(uintx, HeapMaximumCompactionInterval, 20, \ "How often should we maximally compact the heap (not allowing " \ "any dead space)") \ \ product(uintx, HeapFirstMaximumCompactionCount, 3, \
< prev index next >