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

Add check for OPENJDK_TARGET_CPU_BITS back into configure #459

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

sharon-wang
Copy link
Contributor

In the changes from #458, a check for "x$OPENJDK_TARGET_CPU_BITS" = x32 was mistakenly removed. This resulted in the build getting generated in the compressedrefs directory, instead of the default directory, causing the tests in eclipse-openj9/openj9#11187 to fail. Adding this check back in should fix eclipse-openj9/openj9#11187.

Copy link
Member

@keithc-ca keithc-ca left a comment

Choose a reason for hiding this comment

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

When we address ibmruntimes/openj9-openjdk-jdk11#361 we should add more checking (e.g. mixedrefs should not be accepted for (supported) 32-bit targets).

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.

jdk8 win 32-bit functional -Xnocompressedrefs causing JVM to fail
2 participants