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

Matthias Baesken mbaesken at openjdk.org
Thu Sep 21 09:22:39 UTC 2023


On Thu, 21 Sep 2023 09:05:49 GMT, David Holmes <dholmes 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);
> ```
> 
> ?

Yes exactly.

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

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


More information about the hotspot-runtime-dev mailing list