-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b25
-
generic
-
linux, os_x, aix
It looks like the syscalls futimens and utimensat (POSIX.1-2008, glibc 2.10), which set file times with nanosecond precision, post-date the original code and are now supported on all platforms of interest, so the syscalls utimes (POSIX.1-2001), futimes (glibc 2.3), and lutimes (glibc 2.6) should be able to be removed.
https://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html
https://man7.org/linux/man-pages/man2/utimensat.2.html
https://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html
https://man7.org/linux/man-pages/man2/utimensat.2.html
- relates to
-
JDK-8345015 Remove unused method lookup_time_t_function
-
- Resolved
-
-
JDK-8343417 (fs) BasicFileAttributeView.setTimes uses microsecond precision with NOFOLLOW_LINKS
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/7e9dfa4a
-
Review(master) openjdk/jdk/21989