JDK-8288627 : (fs) Implement WatchService using system library (aix)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • OS: aix
  • Submitted: 2022-06-16
  • Updated: 2024-01-16
Related Reports
Relates :  
Description
Other platforms implement the WatchService API using a system library such as inotify. Doing so removes the need to poll for changes, and should increase performance. AIX should do the same using AIX Event Infrastructure (AHAFS) or a similar library.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9281 Date: 2022-06-24 15:17:47 +0000
28-06-2022