Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8065489 | 8u45 | Ivan Gerasimov | P5 | Resolved | Fixed | b01 |
JDK-8064401 | 8u40 | Ivan Gerasimov | P5 | Resolved | Fixed | b15 |
JDK-8070040 | emb-8u47 | Ivan Gerasimov | P5 | Resolved | Fixed | team |
The code doesn't handle some types of invalid input:
For example: path.register(watcher, OVERFLOW, OVERFLOW) does not throw the exception, and instead makes sun.nio.fs.LinuxWatchService$Poller to fail.
For example: path.register(watcher, OVERFLOW, OVERFLOW) does not throw the exception, and instead makes sun.nio.fs.LinuxWatchService$Poller to fail.
- backported by
-
JDK-8064401 (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
- Resolved
-
JDK-8065489 (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
- Resolved
-
JDK-8070040 (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
- Resolved
- relates to
-
JDK-8042816 (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
- Closed