RFR: 8366225: Linux Alpine (fast)debug build fails after JDK-8365909
Tobias Hartmann
thartmann at openjdk.org
Wed Aug 27 14:51:50 UTC 2025
On Wed, 27 Aug 2025 11:33:53 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
> The integration of #26882 broke debug builds on Alpine Linux (and probably other distributions using musl libc), because the typedef `sigevent_t`does not exist in musl libc. This PR fixes this by using `struct sigevent` as the type.
>
> Testing:
> - [x] Github Actions
> - [x] tier1,tier2 Linux aarch64 and x64 fastdebug
> - [x] `make test TEST=compiler/arguments/TestCompileTaskTimeout.java` in Alpine Linux docker container
> - [x] tier1,tier2 on Alpine Linux fastdebug
FTR: I think this is trivial.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26956#issuecomment-3228515512
More information about the hotspot-compiler-dev
mailing list