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
Looks good!
-------------
Marked as reviewed by kevinw (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29710#pullrequestreview-3796827813