-
Notifications
You must be signed in to change notification settings - Fork 150
8371889: [21u] JFR: Deadlock in ThrowableTracer #2483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
👋 Welcome back rkennke! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
/label add hotspot-jfr |
|
@rkennke |
Webrevs
|
|
@rkennke This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
Hi @rkennke |
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:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2483/head:pull/2483$ git checkout pull/2483Update a local copy of the PR:
$ git checkout pull/2483$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2483/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2483View PR using the GUI difftool:
$ git pr show -t 2483Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2483.diff
Using Webrev
Link to Webrev Comment