RFR: 8358696: Assert with extreme values for -XX:BciProfileWidth [v8]

Saranya Natarajan snatarajan at openjdk.org
Wed Aug 20 10:34:40 UTC 2025


On Wed, 20 Aug 2025 08:56:21 GMT, Andrew Haley <aph at openjdk.org> wrote:

> I don't think we want different limits in BciProfileWidth for AArch64 and x86. Please use `form_address` as necessary.

@theRealAph :Thank you for the review. Based on @dafedafe's comment, we have decided to keep the upper bound for BciProfileWidth at 1000, which is the same for both AArch64 and x86. With this upper bound, there is no need for `form_address`.

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

PR Comment: https://git.openjdk.org/jdk/pull/26139#issuecomment-3205465390


More information about the hotspot-compiler-dev mailing list