RFR: 8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT [v8]
Fabian Meumertzheim
duke at openjdk.org
Fri Apr 19 15:42:27 UTC 2024
On Fri, 19 Apr 2024 15:36:41 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> 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).
Thanks, fixed the typo.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18739#discussion_r1572560939
More information about the nio-dev
mailing list