-
Notifications
You must be signed in to change notification settings - Fork 148
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
8313626: C2 crash due to unexpected exception control flow #581
Conversation
Backport-of: f8203cb272e6136b784e5c43a500f6a0bfb19c8b
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
@mrserb 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
The failed tests:
|
|
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.
Backport looks good to me. Please apply for approval.
/approve yes |
Thanks for tracking these down, by the way. We should look at resolving them in some way after the security update. |
@gnu-andrew |
/integrate |
Going to push as commit c531e47. |
Hi all,
This pull request contains a backport of commit f8203cb2 from the openjdk/jdk repository.
The commit being backported was authored by Tobias Holenstein on 23 Aug 2023 and was reviewed by Tobias Hartmann and Christian Hagedorn.
The patch is mostly clean. The jdk8u still widely uses "#ifndef PRODUCT/#endif" in the context. The usage of that macro was deleted by the next patch in jdk9: openjdk/jdk@6896030#diff-2797e2c78bff502b5d98cab2383791529d267cfd3099575872c756fcd715e143L858
https://bugs.openjdk.org/browse/JDK-8313626?focusedId=14608649&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14608649
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/581/head:pull/581
$ git checkout pull/581
Update a local copy of the PR:
$ git checkout pull/581
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/581/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 581
View PR using the GUI difftool:
$ git pr show -t 581
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/581.diff
Webrev
Link to Webrev Comment