Integrated: 8360887: (fs) Files.getFileAttributeView returns unusable FileAttributeView if UserDefinedFileAttributeView unavailable (aix)
Martin Doerr
mdoerr at openjdk.org
Tue Jul 1 06:12:43 UTC 2025
On Fri, 27 Jun 2025 16:13:14 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> We need to fix this wrong behavior on AIX and the test should catch it. Please review!
>
> Returning null is required: https://github.com/openjdk/jdk/blob/c2d76f9844aadf77a0b213a9169a7c5c8c8f1ffb/src/java.base/share/classes/java/nio/file/spi/FileSystemProvider.java#L924
This pull request has now been integrated.
Changeset: 0572b6ec
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0572b6ece7a77d13d23ac0c6d72d4fe5d5f0d944
Stats: 22 lines in 2 files changed: 15 ins; 0 del; 7 mod
8360887: (fs) Files.getFileAttributeView returns unusable FileAttributeView if UserDefinedFileAttributeView unavailable (aix)
Co-authored-by: Joachim Kern <jkern at openjdk.org>
Reviewed-by: bpb, mbaesken
-------------
PR: https://git.openjdk.org/jdk/pull/26021
More information about the nio-dev
mailing list