summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-mapfiles-libnio-mapfile-bsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing symbol in the linker map file.Jung-uk Kim2019-01-181-3/+11
| | | | | | | PR: 234593 Notes: svn path=/head/; revision=490617
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-271-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