JDK-7191556 : (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-15
  • Updated: 2013-06-26
  • Resolved: 2012-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b55Fixed
Description
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.

Comments
EVALUATION A few idea, see: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e48a9a1c14e3
16-08-2012