-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b156
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174602 | 10 | Claes Redestad | P3 | Resolved | Fixed | b01 |
With build system support in place, sun.nio.fs.DefaultFileSystemProvider can now be implemented directly for each platform - removing the need for using reflection.
Since the nio DefaultFileSystemProvider is now initialized on startup in 9, this indirection can be shown to be cause for a small startup regression on unix platforms relative to windows.
Since the nio DefaultFileSystemProvider is now initialized on startup in 9, this indirection can be shown to be cause for a small startup regression on unix platforms relative to windows.
- backported by
-
JDK-8174602 (fs) DefaultFileSystemProvider should be split into platform specific versions
- Resolved