RFR: 8310994: Add JFR event for selection operations [v7]
Tim Prinzing
tprinzing at openjdk.org
Mon Apr 15 21:37:15 UTC 2024
> Added mirror event with static methods: jdk.internal.event.SelectionEvent that provides the duration of select calls and the count of how many keys are available.
>
> Emit the event from SelectorImpl::lockAndDoSelect
>
> Test at jdk.jfr.event.io.TestSelectionEvents
Tim Prinzing has updated the pull request incrementally with one additional commit since the last revision:
cleanup of annotations
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16710/files
- new: https://git.openjdk.org/jdk/pull/16710/files/d10be83e..9ece2ff5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16710&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16710&range=05-06
Stats: 5 lines in 1 file changed: 0 ins; 1 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/16710.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16710/head:pull/16710
PR: https://git.openjdk.org/jdk/pull/16710
More information about the nio-dev
mailing list