Hi,
JDK-8260966 broke the AIX build:
' ' '
jdk/src/java.base/aix/classes/sun/nio/fs/AixFileStore.java:93: error: isExtendedAttributesEnabled(UnixPath) in AixFileStore cannot override isExtendedAttributesEnabled(UnixPath) in UnixFileStore
private boolean isExtendedAttributesEnabled(UnixPath path) {
^
attempting to assign weaker access privileges; was protected
' ' '
' ' '
jdk/src/java.base/aix/classes/sun/nio/fs/AixFileStore.java:93: error: isExtendedAttributesEnabled(UnixPath) in AixFileStore cannot override isExtendedAttributesEnabled(UnixPath) in UnixFileStore
private boolean isExtendedAttributesEnabled(UnixPath path) {
^
attempting to assign weaker access privileges; was protected
' ' '
- relates to
-
JDK-8260966 (fs) Consolidate Linux and macOS implementations of UserDefinedFileAttributeView
-
- Resolved
-