Technical details: os::open unconditionally checks if a path is a directory. This check is only needed if O_RDONLY is set otherwise Linux is specified to return error EISDIR.
- is blocked by
-
JDK-8375006 [Linux] Remove obsolete O_CLOEXEC check in os::open
-
- Resolved
-
- relates to
-
JDK-8373647 Avoid fstat when opening file for write with RandomAccessFile or FileOutputStream
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/29152