-
Bug
-
Resolution: Fixed
-
P4
-
25, 26
-
b12
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366226 | 25.0.2 | Matthias Baesken | P4 | Resolved | Fixed | master |
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.
Some documentation for openat / fstatat can be found at
https://www.ibm.com/docs/en/aix/7.2.0?topic=o-open-openat-openx-openxat-open64-open64at-open64x-open64xat-creat-creat64-subroutine
https://www.ibm.com/docs/en/aix/7.2.0?topic=s-stat-fstat-lstat-statx-fstatx-statxat-fstatat-fullstat-ffullstat-stat64-fstat64-lstat64-stat64x-fstat64x-lstat64x-stat64xat-subroutine
Some documentation for openat / fstatat can be found at
https://www.ibm.com/docs/en/aix/7.2.0?topic=o-open-openat-openx-openxat-open64-open64at-open64x-open64xat-creat-creat64-subroutine
https://www.ibm.com/docs/en/aix/7.2.0?topic=s-stat-fstat-lstat-statx-fstatx-statxat-fstatat-fullstat-ffullstat-stat64-fstat64-lstat64-stat64x-fstat64x-lstat64x-stat64xat-subroutine
- backported by
-
JDK-8366226 UnixNativeDispatcher.init should lookup open64at and stat64at on AIX
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/eead543b
-
Commit(master) openjdk/jdk/166ea12d
-
Review(master) openjdk/jdk25u/119
-
Review(master) openjdk/jdk/26793