-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b58
-
generic
-
generic
-
Verified
A Linux build of the JDK includes the Solaris /dev/poll SelecorProvider and several other Solaris specific classes in rt.jar. Similarly a Solaris build the epoll SelectorProvider and other Linux specific files. The Mac implementation of AsynchronousChannelProvider is packaged into the Solaris and Linux rt.jar too.
We should fix these so that it works like sun.nio.fs.DefaultFileSystemProvider, that way classes for other platforms are not compiled or included in the runtime.
We should fix these so that it works like sun.nio.fs.DefaultFileSystemProvider, that way classes for other platforms are not compiled or included in the runtime.