Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206713 | 12 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8206487 | 11.0.1 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
Reduce allocation on the file open call path, when no OpenOption is specified( which is a common case in my test code at least).
Proposed on nio-dev;
http://mail.openjdk.java.net/pipermail/nio-dev/2018-March/004790.html
Proposed on nio-dev;
http://mail.openjdk.java.net/pipermail/nio-dev/2018-March/004790.html
- backported by
-
JDK-8206487 (fs) Reduce allocation for file system methods that are invoked with no open options
-
- Resolved
-
-
JDK-8206713 (fs) Reduce allocation for file system methods that are invoked with no open options
-
- Resolved
-
- links to