JDK-8176237 : (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7,8,9,10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x,solaris
  • Submitted: 2017-03-06
  • Updated: 2019-11-25
  • Resolved: 2017-03-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10 JDK 7 JDK 8 JDK 9 Other
10Fixed 7u231Fixed 8u221Fixed 9 b161Fixed openjdk8u222Fixed
Related Reports
Relates :  
Relates :  
Description
In JDK-8171218 there were timeouts in stat0() likely due to a problem with NFS access. The change for JDK-8173910 likely fixed a similar issue reported as JDK-8077671. A similar change should be made to the test java/nio/file/FileStore/Basic.java so as to avert spurious timeout failures due to NFS or other system issues which prevent file system access.