History log of /openjdk10/jdk/test/java/io/File/SetLastModified.java
Revision Date Author Comments
# 17199:8e2030e03a61 18-May-2017 bpb

8177809: File.lastModified() is losing milliseconds (always ends in 000)
Summary: Use higher precision time values where available.
Reviewed-by: bchristi, rriggs


# 3909:272483f6650b 06-Apr-2011 ohair

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes


# 3662:98d2d57d9e73 01-Mar-2011 smarks

7022624: use try-with-resources in java.io tests
Reviewed-by: alanb


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 381:b6d6877c1155 02-Jul-2008 xdono

6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell


# 358:eac5c4ead3ca 05-Jun-2008 alanb

6652379: File.setLastModified fails on large files (lnx only)
Reviewed-by: iris


# 0:37a05a11f281 30-Nov-2007 duke

Initial load