RFR: 8358696: Assert with extreme values for -XX:BciProfileWidth [v8]
Boris Ulasevich
bulasevich at openjdk.org
Wed Aug 20 13:16:50 UTC 2025
On Wed, 20 Aug 2025 10:31:45 GMT, Saranya Natarajan <snatarajan 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 It was decided in that discussion to cap the maximum value of BciProfileWidth (a debug option) at 1000 across all platforms. Even this limit is already excessive, since methods with thousands of ret bytecodes are extremely uncommon. Unless there is another legitimate way to enlarge the MDO, I don’t think AArch64 code should be adjusted just to accommodate this artificial case.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26139#issuecomment-3206295005
More information about the hotspot-compiler-dev
mailing list