Skip to content

Conversation

@rkennke
Copy link

@rkennke rkennke commented Nov 19, 2025

This change initializes the event configurations (known as event handlers in earlier JDKs) early, in order to avoid potential deadlocks (see description in the issue).

JDK 21 is the last JDK where this is relevant, that code has been completely reworked in JDK 22 (e.g. JDK-8319374).

Testing:

  • jdk/jfr
  • tier1

Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8371889 needs maintainer approval

Issue

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2483/head:pull/2483
$ git checkout pull/2483

Update a local copy of the PR:
$ git checkout pull/2483
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2483/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2483

View PR using the GUI difftool:
$ git pr show -t 2483

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2483.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Nov 19, 2025

👋 Welcome back rkennke! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Nov 19, 2025

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant