RFR: 8310994: Add JFR event for selection operations [v2]

Daniel Fuchs dfuchs at openjdk.org
Mon Feb 26 14:26:57 UTC 2024


On Wed, 13 Dec 2023 18:58:40 GMT, Tim Prinzing <tprinzing at openjdk.org> wrote:

>> src/java.base/share/classes/jdk/internal/event/SelectorSelectEvent.java line 41:
>> 
>>> 39: public class SelectorSelectEvent extends Event {
>>> 40: 
>>> 41:     public int selectionKeyCount;
>> 
>> I still believe we should record the timeout parameter in the event.
>
> Good point about the wakeup.  I'll add the field.

Thanks!

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

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


More information about the nio-dev mailing list