RFR: 8324539: Do not use LFS64 symbols in JDK libs [v7]

Matthias Baesken mbaesken at openjdk.org
Mon Feb 5 12:51:08 UTC 2024


On Mon, 5 Feb 2024 12:38:03 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> It seems like the statvfs64 is a pre-existing bug in AIX in that case. I have not removed any statvfs64 for AIX; all such changes are guarded by `#ifdef _ALLBSD_SOURCE`, which I presume is not defined on AIX.
> 
> I recommend that I push this PR as-is first, and then you can do a follow-up fix to define statvfs to statvfs64 on AIX.

Java_sun_nio_fs_UnixNativeDispatcher_statvfs0  is changed from statvfs64 to  statvfs,  did I miss  something ?

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

PR Comment: https://git.openjdk.org/jdk/pull/17538#issuecomment-1926925394


More information about the nio-dev mailing list