java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java - java.lang.NullPointerException with jdk25 on AIX
java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java - java.lang.NullPointerException: Cannot invoke "java.nio.file.attribute.UserDefinedFileAttributeView.write(String, java.nio.ByteBuffer)" because "" is null - newly supported on AIX, believe related with https://bugs.openjdk.org/browse/JDK-8360887 - help needed to confirm.
It seems likely to be related to https://bugs.openjdk.org/browse/JDK-8360887 @sophia-guo
I believe the changes to fix that issue are present in the release branch we built from
Run this testcase against SapMachine JDK25 AIX build in Grinder/14507 which fails in the same way as the Temurin build
Execution failed: `main' threw exception: java.lang.NullPointerException: Cannot invoke "java.nio.file.attribute.UserDefinedFileAttributeView.write(String, java.nio.ByteBuffer)" because "<local2>" is null
This failure can be marked as non-blocking, but report the failure upstream (and exclude against the upstream issue URL).
It seems likely to be related to https://bugs.openjdk.org/browse/JDK-8360887 @sophia-guo
I believe the changes to fix that issue are present in the release branch we built from
Run this testcase against SapMachine JDK25 AIX build in Grinder/14507 which fails in the same way as the Temurin build
Execution failed: `main' threw exception: java.lang.NullPointerException: Cannot invoke "java.nio.file.attribute.UserDefinedFileAttributeView.write(String, java.nio.ByteBuffer)" because "<local2>" is null
@smlambert I've confirmed this does fail on jdk-25u AIX built from current jdk25u HEAD, which contains all the fixes for JDK-8360887 , so I think it's different... I will raise a new bug upstream and exclude
Raised upstream bug https://bugs.openjdk.org/browse/JDK-8370316