Integrated: 8332253: Linux arm32 build fails after 8292591

Sergey Bylokhov serb at openjdk.org
Thu May 16 02:24:06 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

This pull request has now been integrated.

Changeset: 95f79c67
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/95f79c678737fb8de9ed45c516761d4d818869ef
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8332253: Linux arm32 build fails after 8292591

Reviewed-by: stuefe, dholmes, shade

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

PR: https://git.openjdk.org/jdk/pull/19237


More information about the hotspot-runtime-dev mailing list