Relates :
|
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.
|