8321997: Increase upper limit of LoopOptsCount flag
Reviewed-by: shade, chagedorn
This commit is contained in:
parent
c3df050b88
commit
592a48b163
@ -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") \
|
||||
|
Loading…
x
Reference in New Issue
Block a user