RFR: 8343785: (fs) Remove syscalls that set file times with microsecond precision [v3]
Brian Burkhalter
bpb at openjdk.org
Wed Nov 13 19:41:32 UTC 2024
> Remove the syscalls `utimes`, `futimes`, and `lutimes` that set the file access and modification times using microsecond precision.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8343785: haveFd -> fd >= 0; remove @requires fromfrom test
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21989/files
- new: https://git.openjdk.org/jdk/pull/21989/files/ef3d0a45..fc5f8e89
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21989&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21989&range=01-02
Stats: 15 lines in 3 files changed: 0 ins; 6 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/21989.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21989/head:pull/21989
PR: https://git.openjdk.org/jdk/pull/21989
More information about the nio-dev
mailing list