Integrated: 8343417: (fs) BasicFileAttributeView.setTimes uses microsecond precision with NOFOLLOW_LINKS

Brian Burkhalter bpb at openjdk.org
Thu Nov 7 17:21:47 UTC 2024


On Mon, 4 Nov 2024 19:30:11 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add support for setting the last access and last modification times of symbolic links with nanosecond precision on Linux where the system call `utimensat(2)` is available.

This pull request has now been integrated.

Changeset: 56c588b4
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/56c588b4e88d779cd5c5f67e7bfb4e1641eb9c25
Stats:     145 lines in 5 files changed: 120 ins; 4 del; 21 mod

8343417: (fs) BasicFileAttributeView.setTimes uses microsecond precision with NOFOLLOW_LINKS

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/21886


More information about the nio-dev mailing list