Skip to content

Commit bf90e85

Browse files
overheadhunterRealCLanger
authored andcommitted
8262926: JDK-8260966 broke AIX build
Reviewed-by: stuefe, clanger
1 parent 54dfd79 commit bf90e85

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/java.base/aix/classes/sun/nio/fs/AixFileStore.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ UnixMountEntry findMountEntry() throws IOException {
8888
throw new IOException("Mount point not found");
8989
}
9090

91-
// returns true if extended attributes enabled on file system where given
92-
// file resides, returns false if disabled or unable to determine.
93-
private boolean isExtendedAttributesEnabled(UnixPath path) {
91+
@Override
92+
protected boolean isExtendedAttributesEnabled(UnixPath path) {
9493
return false;
9594
}
9695

0 commit comments

Comments
 (0)