-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
The current linker implementation can not support all call shapes on macos-aarch64. See: https://bugs.openjdk.java.net/browse/JDK-8275584
Right now we still link calls using these call shapes, which will likely not behave as expected when used.
We should explicitly detect and reject (throw UOE) them instead.
Right now we still link calls using these call shapes, which will likely not behave as expected when used.
We should explicitly detect and reject (throw UOE) them instead.
- relates to
-
JDK-8275584 Incorrect stack spilling in CallArranger on MacOS/AArch64
- Resolved