Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045768 | 8u25 | Alan Bateman | P4 | Resolved | Fixed | b01 |
JDK-8042750 | 8u20 | Alan Bateman | P4 | Resolved | Fixed | b15 |
JDK-8053596 | emb-8u26 | Alan Bateman | P4 | Resolved | Fixed | b17 |
This issue came up on nio-discuss:
http://mail.openjdk.java.net/pipermail/nio-discuss/2014-January/000710.html
On OS X it appears to be caused by the underlying mkdir failing with EISADIR and this not translated into a FileAlreadyExistsException.
On Windows it appears to be caused by the underlying CreateDIrectory failing with an access denied error.
It does not appear to be an issue on Linux.
- backported by
-
JDK-8042750 Files.createDirectories throws exception with confusing message for root directories that exist
-
- Resolved
-
-
JDK-8045768 Files.createDirectories throws exception with confusing message for root directories that exist
-
- Resolved
-
-
JDK-8053596 Files.createDirectories throws exception with confusing message for root directories that exist
-
- Resolved
-