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

Tim Prinzing tprinzing at openjdk.org
Tue Apr 16 12:17:57 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:

  more annotation fixup

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16710/files
  - new: https://git.openjdk.org/jdk/pull/16710/files/9ece2ff5..e896c4ec

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16710&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16710&range=06-07

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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 core-libs-dev mailing list