mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6729594: par compact - remove unused block table implementation
Reviewed-by: tonyp, jmasa, apetrusenko
This commit is contained in:
parent
f2851186bb
commit
e98b7ce059
3 changed files with 0 additions and 718 deletions
|
@ -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)") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue