On Tue, 30 Jan 2024 13:02:53 GMT, Magnus Ihse Bursie <[email protected]> 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

Reply via email to