On Mon, 26 Feb 2024 14:17:09 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

>> src/jdk.jfr/share/classes/jdk/jfr/events/SelectorSelectEvent.java line 44:
>> 
>>> 42:     @Label("SelectionKey Count")
>>> 43:     @Description("Number of channels ready for I/O or added to ready 
>>> set")
>>> 44:     public int selectionKeyCount;
>> 
>> same here
>
> Thanks for adding the timeout.

I think the description should be changed to say that it's the number of unique 
keys updated, nothing more. This covers the selection operations that add or 
update keys to the selected key set, and also the selection operations that 
update keys and invoke an action to consume.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16710#discussion_r1566922400

Reply via email to