Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a missing symbol in the linker map file. | Jung-uk Kim | 2019-01-18 | 1 | -3/+11 |
| | | | | | | | PR: 234593 Notes: svn path=/head/; revision=490617 | ||||
* | Add a WatchService implementation backed by kqueue, | Alex Dupre | 2018-12-27 | 1 | -0/+17 |
leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling Notes: svn path=/head/; revision=488523 |