RFR: 8332253: Linux arm32 build fails after 8292591

Aleksey Shipilev shade at openjdk.org
Wed May 15 08:41: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

Marked as reviewed by shade (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/19237#pullrequestreview-2057295917


More information about the hotspot-runtime-dev mailing list