-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b159
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176648 | 10 | Brian Burkhalter | P4 | Resolved | Fixed | b03 |
JDK-8312391 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b03 |
As per JDK-8174819, LotsOfEvents fails occasionally due to an insufficient number of file creation events having been received. This appears to occur only on OS X which uses the non-native PollingWatchService implementation which in theory could be less efficient than a WatchService which is based on a native file change notification mechanism. Add some instrumentation to attempt to detect whether the failure could be due to inefficiency in the polling implementation.
- backported by
-
JDK-8176648 Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
- Resolved
-
JDK-8312391 Improve instrumentation of java/nio/file/WatchService/LotsOfEvents.java
- Resolved
- relates to
-
JDK-8174819 java/nio/file/WatchService/LotsOfEvents.java fails intermittently
- Closed
-
JDK-7133447 (fs) Need WatchService optimized for macOS
- Closed
- links to