Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8262926: JDK-8260966 broke AIX build
Reviewed-by: stuefe, clanger
  • Loading branch information
overheadhunter authored and RealCLanger committed Mar 3, 2021
1 parent 54dfd79 commit bf90e85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/java.base/aix/classes/sun/nio/fs/AixFileStore.java
Expand Up @@ -88,9 +88,8 @@ UnixMountEntry findMountEntry() throws IOException {
throw new IOException("Mount point not found");
}

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

Expand Down

1 comment on commit bf90e85

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.