-
Notifications
You must be signed in to change notification settings - Fork 236
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
8269574: C2: Avoid redundant uncommon traps in GraphKit::builtin_throw() for JVMTI exception events #350
Conversation
👋 Welcome back rrich! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@reinrich This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
Mailing list message from Volker Simonis on jdk-updates-dev: Looks good to me. Happy high speed debugging :) Richard Reingruber <rrich at openjdk.java.net> schrieb am Do., 16. Sept. 2021, |
Mailing list message from Reingruber, Richard on jdk-updates-dev: Thanks Volker! :) From: Volker Simonis <volker.simonis at gmail.com> Looks good to me. Happy high speed debugging :) Richard Reingruber <rrich at openjdk.java.net<mailto:rrich at openjdk.java.net>> schrieb am Do., 16. Sept. 2021, 08:25: this pull request contains a backport of commit 72530ef from the openjdk/jdk repository. The fix is small and applies cleanly. I would like to backport this to jdk11u as a fix for the describe performance issue. The commit being backported was authored by Richard Reingruber on 7 Jul 2021 and was reviewed by Vladimir Kozlov, Roland Westrelin and Nils Eliasson. Thanks! ------------- Commit messages: Changes: https://git.openjdk.java.net/jdk11u-dev/pull/350/files PR: https://git.openjdk.java.net/jdk11u-dev/pull/350 |
/integrate |
@reinrich Unable to acquire the integration lock; aborting integration. The error has been logged and will be investigated. |
/integrate |
Going to push as commit 9accd6b.
Your commit was automatically rebased without conflicts. |
Hi all,
this pull request contains a backport of commit 72530ef from the openjdk/jdk repository. The fix is small and applies cleanly.
I would like to backport this to jdk11u as a fix for the describe performance issue.
The commit being backported was authored by Richard Reingruber on 7 Jul 2021 and was reviewed by Vladimir Kozlov, Roland Westrelin and Nils Eliasson.
Thanks!
Richard.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/350/head:pull/350
$ git checkout pull/350
Update a local copy of the PR:
$ git checkout pull/350
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/350/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 350
View PR using the GUI difftool:
$ git pr show -t 350
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/350.diff