-
Notifications
You must be signed in to change notification settings - Fork 110
8359472: JVM crashes when attaching a dynamic agent before JVMTI_PHASE_LIVE #340
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?
8359472: JVM crashes when attaching a dynamic agent before JVMTI_PHASE_LIVE #340
Conversation
|
👋 Welcome back fandreuzzi! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
Webrevs
|
|
/approval request Clean backport. Fixes a crash happening when an agent tries to load before live phase. The fix is simple and tests are attached to verify all use cases. Passes tier1 and tier2. |
|
Tests in this PR needs a small tweak, see https://bugs.openjdk.org/browse/JDK-8370730. I'll reopen the backport request once the related PR is merged. |
|
Looks like JDK-8370730 is in, would you like to finish this up? We are still in 25.0.2 -> 25.0.3 handover limbo, but we can integrate when 25.0.3 opens. |
|
/issue add JDK-8370730 |
|
@fandreuz |
|
/approval request Clean backport. Fixes a crash happening when an agent tries to load before live phase. The fix is simple and tests are attached to verify all use cases. Passes tier1 and tier2. |
shipilev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both commits look clean, so the compound PR is also clean. Approving.
This PR contains a clean backport of JDK-8359472. JDK-8370730 is a follow-up which resolves a small problem in the test.
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u.git pull/340/head:pull/340$ git checkout pull/340Update a local copy of the PR:
$ git checkout pull/340$ git pull https://git.openjdk.org/jdk25u.git pull/340/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 340View PR using the GUI difftool:
$ git pr show -t 340Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u/pull/340.diff
Using Webrev
Link to Webrev Comment