8079167: Fix documentation for G1SATBBufferEnqueueingThresholdPercent == 0

Reviewed-by: kbarrett, iwalulya
This commit is contained in:
Thomas Schatzl 2024-05-27 07:11:39 +00:00
parent a083364520
commit 61db2f5b90

@ -149,12 +149,11 @@
"Number of completed buffers that triggers log processing.") \
range(0, max_jint) \
\
product(uint, G1SATBBufferEnqueueingThresholdPercent, 60, \
product(uint, G1SATBBufferEnqueueingThresholdPercent, 60, \
"Before enqueueing them, each mutator thread tries to do some " \
"filtering on the SATB buffers it generates. If post-filtering " \
"the percentage of retained entries is over this threshold " \
"the buffer will be enqueued for processing. A value of 0 " \
"specifies that mutator threads should not do such filtering.") \
"the buffer will be enqueued for processing.") \
range(0, 100) \
\
product(uint, G1ExpandByPercentOfAvailable, 20, EXPERIMENTAL, \