6729594: par compact - remove unused block table implementation

Reviewed-by: tonyp, jmasa, apetrusenko
This commit is contained in:
John Coomes 2008-09-30 13:15:27 -07:00
parent f2851186bb
commit e98b7ce059
3 changed files with 0 additions and 718 deletions

View file

@ -1157,10 +1157,6 @@ class CommandLineFlags {
"In the Parallel Old garbage collector use parallel dense" \
" prefix update") \
\
develop(bool, UseParallelOldGCRegionPointerCalc, true, \
"In the Parallel Old garbage collector use regions to calculate" \
"new object locations") \
\
product(uintx, HeapMaximumCompactionInterval, 20, \
"How often should we maximally compact the heap (not allowing " \
"any dead space)") \