8262926: JDK-8260966 broke AIX build
Reviewed-by: stuefe, clanger
This commit is contained in:
parent
54dfd79cda
commit
bf90e8574d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user