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

Fix 32bit platform compiling error #20959

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

LinHu2016
Copy link
Contributor

new flag indexableObjectLayout in J9JavaVM is only for 64bit platforms need to preprocessing check "#if defined(J9VM_ENV_DATA64)" for setting the flag in ConfigurationRealtime.

new flag indexableObjectLayout in J9JavaVM is only for 64bit platforms
need to preprocessing check "#if defined(J9VM_ENV_DATA64)" for
setting the flag in ConfigurationRealtime.

Signed-off-by: lhu <[email protected]>
@amicic amicic merged commit a9642cf into eclipse-openj9:master Jan 16, 2025
2 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