Skip to content

Commit 61db2f5

Browse files
author
Thomas Schatzl
committed
8079167: Fix documentation for G1SATBBufferEnqueueingThresholdPercent == 0
Reviewed-by: kbarrett, iwalulya
1 parent a083364 commit 61db2f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/hotspot/share/gc/g1/g1_globals.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,11 @@
149149
"Number of completed buffers that triggers log processing.") \
150150
range(0, max_jint) \
151151
\
152-
product(uint, G1SATBBufferEnqueueingThresholdPercent, 60, \
152+
product(uint, G1SATBBufferEnqueueingThresholdPercent, 60, \
153153
"Before enqueueing them, each mutator thread tries to do some " \
154154
"filtering on the SATB buffers it generates. If post-filtering " \
155155
"the percentage of retained entries is over this threshold " \
156-
"the buffer will be enqueued for processing. A value of 0 " \
157-
"specifies that mutator threads should not do such filtering.") \
156+
"the buffer will be enqueued for processing.") \
158157
range(0, 100) \
159158
\
160159
product(uint, G1ExpandByPercentOfAvailable, 20, EXPERIMENTAL, \

0 commit comments

Comments
 (0)