JDK-2228924 : (fs) Files.isReadable slow on Windows
  • Type: Backport
  • Backport of: JDK-7168172
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-08-24
  • Updated: 2013-08-09
  • Resolved: 2012-09-01
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 7 JDK 8
7u40 b06Fixed 8Fixed
Comments
Release Team waived P45 fix verification.
09-08-2013

EVALUATION Changeset: 226981134147 Author: khazra Date: 2012-08-27 17:08 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/226981134147 7168172: (fs) Files.isReadable slow on Windows Summary: Remove DACL checking for read access, also reviewed by ###@###.### Reviewed-by: alanb, ulfzibis ! src/windows/classes/sun/nio/fs/WindowsFileSystemProvider.java
28-08-2012