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/jdk.management/unix/native/libmanagement_ext/OperatingSystemImpl.c line 83:

> 81:   #define readdir readdir64
> 82:   #define closedir closedir64
> 83: #endif

same as above

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17538#discussion_r1469676165

Reply via email to