8293861: G1: Disable preventive GCs by default
Reviewed-by: ayang, kbarrett, mbeckwit
This commit is contained in:
parent
43f7f47ae0
commit
d7c1a7635d
@ -367,7 +367,7 @@
|
|||||||
"percentage of the currently used memory.") \
|
"percentage of the currently used memory.") \
|
||||||
range(0.0, 1.0) \
|
range(0.0, 1.0) \
|
||||||
\
|
\
|
||||||
product(bool, G1UsePreventiveGC, true, DIAGNOSTIC, \
|
product(bool, G1UsePreventiveGC, false, DIAGNOSTIC, \
|
||||||
"Allows collections to be triggered proactively based on the \
|
"Allows collections to be triggered proactively based on the \
|
||||||
number of free regions and the expected survival rates in each \
|
number of free regions and the expected survival rates in each \
|
||||||
section of the heap.") \
|
section of the heap.") \
|
||||||
|
Loading…
Reference in New Issue
Block a user