[jdk21u-dev] RFR: 8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn

Goetz Lindenmaier goetz at openjdk.org
Tue Mar 11 08:51:59 UTC 2025


On Thu, 6 Mar 2025 14:25:49 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:

> This a clean backport of a small instruction encoding fix in LIR_Assembler::osr_entry() for aarch64. Without the fix the JVM can fail during OSR in C1. The bug was originally fixed in JDK 24 so I intend to integrate the backport only after JDK 24 is released. After jdk21u I'd like to proceed with jdk17u.
> 
> Testing: tier1,2 on linux-aarch64. The new test fails on current jdk21u and passes after patching.

Thanks for the helpful comment!

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1456#issuecomment-2713192023


More information about the jdk-updates-dev mailing list