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

enable-compatible-cds-alignment for jdk-17+ linux aarch64 #3811

Merged
merged 3 commits into from
May 15, 2024

Conversation

andrew-m-leonard
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard commented May 15, 2024

Build Temurin jdk-17+ linux aarch64 using --enable-compatible-cds-alignment, until upstream fix to make that the default is available in jdk17u+ (https://bugs.openjdk.org/browse/JDK-8331942)

Fixes: #3800

Signed-off-by: Andrew Leonard <anleonar@redhat.com>
@andrew-m-leonard andrew-m-leonard self-assigned this May 15, 2024
@github-actions github-actions bot added aarch Issues that affect or relate to the aarch ARCHITECTURE compatibility Issues that relate to how our code works with other third party code bases x-linux Issues that affect or relate to the x64/x32 LINUX OS labels May 15, 2024
Copy link
Contributor

@steelhead31 steelhead31 left a comment

Choose a reason for hiding this comment

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

LGTM

sbin/build.sh Show resolved Hide resolved
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
@andrew-m-leonard andrew-m-leonard merged commit d361863 into adoptium:master May 15, 2024
28 checks passed
@keithc-ca
Copy link
Contributor

This will break OpenJ9 builds: please consider merging #3814.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch Issues that affect or relate to the aarch ARCHITECTURE compatibility Issues that relate to how our code works with other third party code bases x-linux Issues that affect or relate to the x64/x32 LINUX OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to map CDS archive openJDK 17+ for Linux Aarch64
4 participants