RFR: 8366225: Linux Alpine (fast)debug build fails after JDK-8365909
Tobias Hartmann
thartmann at openjdk.org
Wed Aug 27 13:00:43 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:
> - [ ] 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
Looks good to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26956#pullrequestreview-3159684466
More information about the hotspot-compiler-dev
mailing list