-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
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