On Wed, 22 Apr 2026 12:04:02 GMT, Tobias Hartmann <[email protected]> wrote:
> Addressing various TODOs / FIXMEs in JIT code that don't have a bug number. I > added comments explaining the changes in more detail. > > Thanks, > Tobias > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/hotspot/share/c1/c1_LIRGenerator.cpp line 1709: > 1707: // We need to be careful with overflows in 32-bit arithmetic > 1708: Unimplemented(); > 1709: #endif 32-bit is currently not supported, so I added this to notify the implementors should the ever decide to implement support for flat arrays. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2352#discussion_r3124298138
