On Tue, 23 Jan 2024 15:42:55 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Similar to [JDK-8318696](https://bugs.openjdk.org/browse/JDK-8318696), we > should use -D_FILE_OFFSET_BITS=64, and not -D_LARGEFILE64_SOURCE in the JDK > native libraries. src/java.prefs/unix/native/libprefs/FileSystemPreferences.c line 71: > 69: jintArray javaResult = NULL; > 70: int old_umask; > 71: struct flock fl; On AIX flock does not react on _LARGE_FILES ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17538#discussion_r1469659732