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

Unexclude compiler tests with 64K page size fix on JDK8 #4317

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

zzambers
Copy link
Contributor

@zzambers zzambers commented Feb 6, 2023

Few compiler tests used to fail on systems with 64K page size as requested stack size was too small. (We have also seen these failures on rhel-8 aarch64, which uses 64K page size.) Problem has been fixed for JDK8 by JDK-8067941 backport.

This fixes one category of failures described in: #3059

@zzambers
Copy link
Contributor Author

zzambers commented Feb 7, 2023

linux-ppc64le: PASSED (all tests present in the results)
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/6572/

Copy link
Contributor

@smlambert smlambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

3 participants