Skip to content
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

JVM-2568: compilation of Nodes::flatten in ForkJoin framework. #88

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

navyxliu
Copy link
Owner

This patch fixed a bug for loop. PEA marks live objects 'Escaped' at loop headers right before Parse mounts phi nodes.

The bug is introduced in the refactor of alias. We skipped aliasing the trivial phi with its single input.

This patch fixed a bug for loop. PEA marks live objects 'Escaped' at
loop headers right before Parse mounts phi nodes.

The bug is introduced in the refactor of alias. We skipped aliasing the
trivial phi with its single input.
@navyxliu
Copy link
Owner Author

GHA shows that we have resolved the timeout issue in java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.

There are some regressions emerge. compilation crash isn't new. we have seen them in CTW_maven.
I will track them separately.

I've never seen 'compiler/intrinsics/SortingDeoptimizationTest' before. I assuem it's not a new problem either.

This bugfix is local and isolated. Discuss with @caojoshua on slack. we decide to merge it to fasttrack development.

@navyxliu navyxliu merged commit ca21bf0 into PEA_beta Jan 12, 2024
70 of 78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants