--- old/src/share/classes/sun/nio/fs/AbstractAclFileAttributeView.java Fri Mar 18 12:04:33 2011 +++ new/src/share/classes/sun/nio/fs/AbstractAclFileAttributeView.java Fri Mar 18 12:04:33 2011 @@ -57,8 +57,8 @@ setAcl((List)value); return; } - throw new UnsupportedOperationException("'" + name() + ":" + - attribute + "' not supported"); + throw new IllegalArgumentException("'" + name() + ":" + + attribute + "' not recognized"); } @Override @@ -81,6 +81,8 @@ owner = true; continue; } + throw new IllegalArgumentException("'" + name() + ":" + + attribute + "' not recognized"); } Map result = new HashMap<>(2); if (acl)