RFR: 8377707: [Linux Alpine] Build failure after JDK-8377368
Christoph Langer
clanger at openjdk.org
Fri Feb 13 13:14:34 UTC 2026
On Fri, 13 Feb 2026 10:19:07 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> On Linux Alpine, we get the following build error:
>
>
> libproc_impl.h:99:4: error: 'off64_t' does not name a type; did you mean 'off_t'?
> 99 | off64_t vdso_offset; // offset of vDSO in core
> | ^~~~~~~
> | off_t
>
>
> and
>
>
> jdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c:639:11: error: implicit declaration of function 'sendfile64'; did you mean 'sendfile'? [-Wimplicit-function-declaration]
> 639 | if (sendfile64(lib_fd, ph->core->core_fd, &ofs, ph->core->vdso_size) == -1) {
> | ^~~~~~~~~~
> | sendfile
Marked as reviewed by clanger (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/29710#pullrequestreview-3797221432
More information about the serviceability-dev
mailing list