-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b23
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
POSIX file permission bits seem like the perfect application of an EnumSet. However, UnixFileAttributes.permissions() returns a HashSet, which entails unnecessary allocation and hashing.
POSIX file permission bits seem like the perfect application of an EnumSet. However, UnixFileAttributes.permissions() returns a HashSet, which entails unnecessary allocation and hashing.
- links to
-
Commit(master) openjdk/jdk/8d7866ef
-
Review(master) openjdk/jdk/25162