8293861: G1: Disable preventive GCs by default

Reviewed-by: ayang, kbarrett, mbeckwit
This commit is contained in:
Thomas Schatzl 2022-09-19 07:29:01 +00:00
parent 43f7f47ae0
commit d7c1a7635d

View File

@ -367,7 +367,7 @@
"percentage of the currently used memory.") \
range(0.0, 1.0) \
\
product(bool, G1UsePreventiveGC, true, DIAGNOSTIC, \
product(bool, G1UsePreventiveGC, false, DIAGNOSTIC, \
"Allows collections to be triggered proactively based on the \
number of free regions and the expected survival rates in each \
section of the heap.") \