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

Remove rosetta2 hack for arm64 on Mac #1205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marc0der
Copy link
Member

We introduced this hack when there were very few JDKs available for the ARM64 variant of Mac.

Subsequently, many versions of Java have become available for ARM64 Mac, making this hack redundant. This PR removes all support for this functionality.

@macalln
Copy link

macalln commented Aug 11, 2023

We introduced this hack when there were very few JDKs available for the ARM64 variant of Mac.

Subsequently, many versions of Java have become available for ARM64 Mac, making this hack redundant. This PR removes all support for this functionality.

Hi, maybe it’s too early to remove this option? There are still plenty of java native x86 libraries which does not have an arm port. There is also jdk bugs (e.g. Unsafe#getLongVolatile) in arm where it’s nice to be able to switch over to x86.

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.

None yet

3 participants