Integrated: JDK-8324753: [AIX] adjust os_posix after JDK-8318696

Matthias Baesken mbaesken at openjdk.org
Mon Jan 29 07:41:34 UTC 2024


On Fri, 26 Jan 2024 13:29:15 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> [JDK-8318696](https://bugs.openjdk.org/browse/JDK-8318696) changed not only Linux related os coding, but also os_posix.
> Unfortunately, this touches AIX as well, we use there now the non-large-file functions (e.g. lseek) which could be problematic.
> See also https://www.ibm.com/docs/en/aix/7.1?topic=volumes-writing-programs-that-access-large-files .

This pull request has now been integrated.

Changeset: 8950d68d
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8950d68ddb36d35831fbb4b98969cd0537527070
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8324753: [AIX] adjust os_posix after JDK-8318696

Reviewed-by: jkern, stuefe, kbarrett, dholmes

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

PR: https://git.openjdk.org/jdk/pull/17587


More information about the hotspot-runtime-dev mailing list