RFR: 8324539: Do not use LFS64 symbols in JDK libs [v7]
Matthias Baesken
mbaesken at openjdk.org
Mon Feb 5 12:25:07 UTC 2024
On Mon, 5 Feb 2024 12:17:33 GMT, Joachim Kern <jkern at openjdk.org> wrote:
> Yes, if statvfs64() is replaced by statvfs() in the code, we will fallback on AIX to 32-Bit. _LARGE_FILES really does not help in this case!
Thanks for confirming. I think we do not want to fallback on AIX, so the <*>64 variant needs to stay on AIX.
Seems the other symbols are covered by _LARGE_FILES according to the table in the linked IBM AIX doc (table in https://www.ibm.com/docs/en/aix/7.1?topic=volumes-writing-programs-that-access-large-files ) , is that correct (Joachim?) or did I miss something ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17538#issuecomment-1926874075
More information about the nio-dev
mailing list