On Fri, 13 Feb 2026 10:19:07 GMT, Matthias Baesken <[email protected]> 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
This pull request has now been integrated.
Changeset: c95ee4b8
Author: Matthias Baesken <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/c95ee4b8edbf2038e86550acdcf164de20931862
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
8377707: [Linux Alpine] Build failure after JDK-8377368
Reviewed-by: mdoerr, kevinw, clanger, kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/29710