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

Matthias Baesken mbaesken at openjdk.org
Thu Sep 21 08:11:38 UTC 2023


On Thu, 21 Sep 2023 01:28:01 GMT, David Holmes <dholmes at openjdk.org> wrote:

> I would suggest simply using `::sendfile64` to ensure it uses the global namespace and avoids the recursion.

Hi David , I am a bit surprised that this works, because  on my Alpine 3.17 machine , I only found this define
sys/sendfile.h:14:#define sendfile64 sendfile

but it seems to build for some reason.

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

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


More information about the hotspot-runtime-dev mailing list