RFR: 8324539: Do not use LFS64 symbols in JDK libs [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Tue Jan 30 14:15:57 UTC 2024
> 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.
Magnus Ihse Bursie has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
- Merge branch 'master' into jdk-FOB64
- Move #include <stdlib/io.h> out of debug_util.h
- Restore AIX dirent64 et al defines
- Rollback AIX changes since they are now tracked in JDK-8324834
- Remove superfluous setting of FOB64
- Replace all foo64() with foo() for large-file functions in the JDK
- 8324539: Do not use LFS64 symbols in JDK libs
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17538/files
- new: https://git.openjdk.org/jdk/pull/17538/files/25c691df..d6c64bc4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17538&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17538&range=02-03
Stats: 9082 lines in 855 files changed: 97 ins; 164 del; 8821 mod
Patch: https://git.openjdk.org/jdk/pull/17538.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17538/head:pull/17538
PR: https://git.openjdk.org/jdk/pull/17538
More information about the build-dev
mailing list