RFR: 8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT [v8]

Brian Burkhalter bpb at openjdk.org
Fri Apr 19 15:42:27 UTC 2024


On Fri, 19 Apr 2024 14:56:49 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>>> Could you perhaps run the test again on linux-aarch64 now that we will get to see all events that were sent?
>> 
>> @fmeum Will initiate in the next few minutes. Thanks.
>
> I am seeing a build error now:
> 
> jdk/open/src/java.base/share/classes/java/nio/file/WatchService.java:105: error: reference not found
>  * {@link StandardWatchEventKind#OVERFLOW OVERFLOW} event is queued. This
>           ^
> 1 error

`StandardWatchEventKind` needs to be `StandardWatchEventKinds` (plural).

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18739#discussion_r1572558317


More information about the nio-dev mailing list