8321997: Increase upper limit of LoopOptsCount flag

Reviewed-by: shade, chagedorn
This commit is contained in:
Tobias Holenstein 2024-11-07 08:55:55 +00:00
parent c3df050b88
commit 592a48b163

View File

@ -419,7 +419,7 @@
\
product(intx, LoopOptsCount, 43, \
"Set level of loop optimization for tier 1 compiles") \
range(5, 43) \
range(5, max_jint) \
\
product(bool, OptimizeUnstableIf, true, DIAGNOSTIC, \
"Optimize UnstableIf traps") \