-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b06
-
linux, aix
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
-
Commit(master)
openjdk/jdk/3cc713fa
-
Review(master)
openjdk/jdk/29152