RFR: 8321997: Increase upper limit of LoopOptsCount flag

Aleksey Shipilev shade at openjdk.org
Wed Nov 6 09:18:02 UTC 2024


On Wed, 6 Nov 2024 09:13:12 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:

> Currently `LoopOptsCount` has a range of 5-43 with default value 43. For stress testing we want to set values higher than 43. Set to upper limit to 1000 or even max_jint.

Looks fine. It is fairly cryptic why `43` is the default :)

-------------

Marked as reviewed by shade (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21921#pullrequestreview-2417645031


More information about the hotspot-compiler-dev mailing list