JDK-7091935 : (fs) Polling based WatchService not used on Linux
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-18
  • Updated: 2012-06-05
  • Resolved: 2012-06-01
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 8
8 b08Fixed
Related Reports
Relates :  
Description
The Linux bundles include both the inotify and polling WatchService implementations. Since 7028468 then the polling WatchService is not needed on this platform.

Comments
EVALUATION There is no longer any need to build or include the polling watchservice in rt.jar when building on Linux.
18-09-2011