Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-08 | Fix linker errors with libinotify. | Jung-uk Kim | 1 | -0/+17 | |
A patch was mismerged in the previous update. PR: 243454 | |||||
2020-01-16 | Update to 8u242 | Greg Lewis | 1 | -33/+0 | |
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 | |||||
2019-10-17 | Fix file interaction | Greg Lewis | 1 | -5/+13 | |
* Load libnio in BsdNativeDispatcher, as per other OSes * Export getmntonname0 from libnio PR: 241317 Submitted by: cmt@ | |||||
2019-01-18 | Add a missing symbol in the linker map file. | Jung-uk Kim | 1 | -3/+11 | |
PR: 234593 | |||||
2018-12-27 | Add a WatchService implementation backed by kqueue, | Alex Dupre | 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 |