RFR: 8332253: Linux arm32 build fails after 8292591
David Holmes
dholmes at openjdk.org
Wed May 15 02:28:04 UTC 2024
On Tue, 14 May 2024 20:54:06 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> The build on arm32 may fail during cross-compilation if the toolchain is old.
>
> The raw constant "389" is described [here](https://github.com/torvalds/linux/blob/4b95dc87362aa57bdd0dcbad109ca5e5ef3cbb6c/arch/arm/tools/syscall.tbl#L406C12-L406C22) and [here ](https://chromium.googlesource.com/chromiumos/docs/+/master/constants/syscalls.md#arm-32_bit_EABI)
>
> Also verified by the next code example: [test.c](https://github.com/openjdk/jdk/pull/10721#issuecomment-1280598034)
>
> Note: similar bugs in the past: https://github.com/openjdk/jdk/pull/10771 and https://github.com/openjdk/jdk/pull/10721
How old a tool chain are we talking about? This issue would have been around since 09/2022 and nobody has complained?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19237#issuecomment-2111463584
More information about the hotspot-runtime-dev
mailing list