RFR: JDK-8316595: Alpine build fails after JDK-8314021

David Holmes dholmes at openjdk.org
Thu Sep 21 09:08:37 UTC 2023


On Thu, 21 Sep 2023 08:22:44 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Yes I am aware of this; but I was unsure how this works with the define/macro on Alpine.

Ah you mean you weren't sure if given this:

return ::sendfile64(out_fd, in_fd, (off64_t*)offset, (size_t)count);

the preprocessor would convert it to:

return ::sendfile(out_fd, in_fd, (off64_t*)offset, (size_t)count);

?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15843#issuecomment-1729161162


More information about the hotspot-runtime-dev mailing list