Skip to content

Commit 1997e89

Browse files
author
William Kemper
committed
8345346: Shenandoah: Description of ShenandoahGCMode still refers to incremental update mode
Reviewed-by: ysr
1 parent 3a3bcd5 commit 1997e89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
"GC mode to use. Among other things, this defines which " \
135135
"barriers are in in use. Possible values are:" \
136136
" satb - snapshot-at-the-beginning concurrent GC (three pass mark-evac-update);" \
137-
" iu - incremental-update concurrent GC (three pass mark-evac-update);" \
138137
" passive - stop the world GC only (either degenerated or full);" \
139138
" generational - generational concurrent GC") \
140139
\
@@ -183,7 +182,7 @@
183182
range(0,100) \
184183
\
185184
product(uintx, ShenandoahInitFreeThreshold, 70, EXPERIMENTAL, \
186-
"When less than this amount of memory is free within the" \
185+
"When less than this amount of memory is free within the " \
187186
"heap or generation, trigger a learning cycle if we are " \
188187
"in learning mode. Learning mode happens during initialization " \
189188
"and following a drastic state change, such as following a " \

0 commit comments

Comments
 (0)