mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113. Reviewed-by: jmasa, poonam, tonyp
This commit is contained in:
parent
b298e3e210
commit
6804a4e8ef
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ class CommandLineFlags {
|
||||||
"CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \
|
"CMSPrecleanNumerator:CMSPrecleanDenominator yields convergence" \
|
||||||
" ratio") \
|
" ratio") \
|
||||||
\
|
\
|
||||||
product(bool, CMSPrecleanRefLists1, true, \
|
product(bool, CMSPrecleanRefLists1, false, \
|
||||||
"Preclean ref lists during (initial) preclean phase") \
|
"Preclean ref lists during (initial) preclean phase") \
|
||||||
\
|
\
|
||||||
product(bool, CMSPrecleanRefLists2, false, \
|
product(bool, CMSPrecleanRefLists2, false, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue