8358751: C2: Recursive inlining check for compiled lambda forms is broken#2294
8358751: C2: Recursive inlining check for compiled lambda forms is broken#2294wkia wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back rmarchenko! A progress list of the required criteria for merging this PR into |
|
@wkia This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 74 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
Webrevs
|
|
/approval request I'd like to backport this to jdk21u-dev, as it's reported jdk21 is affected. Clean backport. Tier1 is OK. The reproducer crashes before the fix, and OK after the fix. |
|
Please backport to 25 first. Removing label in meantime. |
|
Hi @wkia |
|
@GoeLin Probably it's caused by "8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods". |
|
Ah, 8011138 is not visible to the public, so we an not link it. |
|
@wkia 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 |
|
@wkia This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@wkia This pull request is now open |
|
HI @wkia |
|
Hi @GoeLin |
|
/integrate |
|
@wkia 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 |
|
/touch |
|
@wkia The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
/sponsor |
|
Going to push as commit 749aaf6.
Your commit was automatically rebased without conflicts. |
This is backport of JDK-8358751, as it's reported jdk21 is affected.
Clean backport. Tier1 is OK.
The reproducer crashes before the fix, and OK after the fix.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2294/head:pull/2294$ git checkout pull/2294Update a local copy of the PR:
$ git checkout pull/2294$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2294/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2294View PR using the GUI difftool:
$ git pr show -t 2294Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2294.diff
Using Webrev
Link to Webrev Comment