JDK-8253818 : Support macOS Aarch64 ABI for compiled wrappers
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-29
  • Updated: 2022-09-22
  • Resolved: 2021-03-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 8
11.0.15Fixed 17 b16Fixed 8u361Fixed
Related Reports
Relates :  
Description
The C++ ABI for Apple silicon matches the ABI for iOS devices, and not the ABI for Intel-based Mac computers. See related JDK-8253817.

This Jira issue tracks implementation for compiled wrapper (SharedRuntime::generate_native_wrapper). The existing code does not fit to the ABI, so this task is tracked separately.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/715 Date: 2021-12-13 20:11:31 +0000
18-12-2021

Changeset: dbc9e4b5 Author: Anton Kozlov <akozlov@openjdk.org> Committer: Vladimir Kempik <vkempik@openjdk.org> Date: 2021-03-25 18:10:18 +0000 URL: https://git.openjdk.java.net/jdk/commit/dbc9e4b5
25-03-2021