Skip to content

Commit c4f5c51

Browse files
JonasNorlinderfisk
authored andcommittedApr 22, 2024
8330576: ZYoungCompactionLimit should have range check
Reviewed-by: eosterlund, stefank
1 parent 70acade commit c4f5c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/gc/z/z_globals.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
\
3737
product(double, ZYoungCompactionLimit, 25.0, \
3838
"Maximum allowed garbage in young pages") \
39+
range(0, 100) \
3940
\
4041
product(double, ZCollectionIntervalMinor, -1, \
4142
"Force Minor GC at a fixed time interval (in seconds)") \

0 commit comments

Comments
 (0)
Please sign in to comment.