Integrated: 8365543: UnixNativeDispatcher.init should lookup open64at and stat64at on AIX
Matthias Baesken
mbaesken at openjdk.org
Mon Aug 18 07:17:20 UTC 2025
On Fri, 15 Aug 2025 06:58:35 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Java_sun_nio_fs_UnixNativeDispatcher_init currently misses to set the correct OS functions for my_openat_func and my_fstatat_func on AIX ; this should be adjusted.
This pull request has now been integrated.
Changeset: 166ea12d
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/166ea12d73c7a40a1a26dc586e3db9d9430c068f
Stats: 16 lines in 2 files changed: 7 ins; 8 del; 1 mod
8365543: UnixNativeDispatcher.init should lookup open64at and stat64at on AIX
Co-authored-by: Joachim Kern <jkern at openjdk.org>
Reviewed-by: jkern, stuefe, goetz, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/26793
More information about the nio-dev
mailing list