Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Observed on AIX, but possible with any platform that uses the PollingWatchService implementation. A failing compliance test highlighted issues in the PollingWatchService implementation of the WatchService API. The test was failing due to timeout after 10s. The root of the cause was found to be a delay between when the polling thread was created for a WatchKey, and when it began polling for changes. JDK-8285956 reduced this delay, however some tests continued to fail due to timeout.
|