[9] RFR of JDK-8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration

Alan Bateman Alan.Bateman at oracle.com
Fri Jul 31 07:00:58 UTC 2015


On 30/07/2015 23:28, Brian Burkhalter wrote:
> Please review at your convenience.
>
> Issue:	https://bugs.openjdk.java.net/browse/JDK-8073078
> Webrev:	http://cr.openjdk.java.net/~bpb/8073078/webrev.00/
>
> Summary: Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
>
> This change should also fix https://bugs.openjdk.java.net/browse/JDK-8081354 and https://bugs.openjdk.java.net/browse/JDK-8065959.
>
This looks okay although I think one would need to be very lucky to have 
the file system unmounted or becomes unreachable while this test is running.

-Alan


More information about the nio-dev mailing list