RFR: 8324539: Do not use LFS64 symbols in JDK libs
Matthias Baesken
mbaesken at openjdk.org
Tue Jan 30 13:46:42 UTC 2024
On Tue, 30 Jan 2024 13:02:53 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> @MBaesken You gotta be kidding me... They just put in a `#define open open64` in a convenient place? 😞
>
> But why do only slowdebug fail? Weird.
Yes there is a nice define in the AIX header
ifdef _LARGE_FILES
#define open open64
Why only fastdebug (we build product and fastdebug nightly) - no idea .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17538#issuecomment-1916881475
More information about the build-dev
mailing list