-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b55
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018943 | 7u45 | Alan Bateman | P4 | Closed | Fixed | b01 |
JDK-2229500 | 7u40 | Sean Coffey | P4 | Closed | Fixed | b08 |
This bug tracks two small clean-ups in the file system code:
1. sun.nio.fs.UnixNativeDispatcher defines getextnmtent but this is Solaris specific and should be SolarisNativeDispatcher
2. The GNOME FileSystemDetector is being compiled on Mac, which is pointless as there isn't GNOME on Mac.
1. sun.nio.fs.UnixNativeDispatcher defines getextnmtent but this is Solaris specific and should be SolarisNativeDispatcher
2. The GNOME FileSystemDetector is being compiled on Mac, which is pointless as there isn't GNOME on Mac.
- backported by
-
JDK-2229500 (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
-
- Closed
-
-
JDK-8018943 (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
-
- Closed
-