8262926: JDK-8260966 broke AIX build

Reviewed-by: stuefe, clanger
This commit is contained in:
Sebastian Stenzel 2021-03-03 12:19:18 +00:00 committed by Christoph Langer
parent 54dfd79cda
commit bf90e8574d

View File

@ -88,9 +88,8 @@ class AixFileStore
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;
}