RFR: 8262901: [macos_aarch64] NativeCallTest expected:<-3.8194101E18> but was:<3.02668882E10>

Danil Bubnov duke at openjdk.java.net
Thu Dec 2 07:33:23 UTC 2021


On Wed, 1 Dec 2021 18:17:41 GMT, Andrew Haley <aph at openjdk.org> wrote:

> Please add some test with an odd number of arguments.

Done. I took test I32SDILDS, copied it and change last 6 arguments for 1 int argument, also changed return type to int.
Without stack alignment from this patch this test fails with SIGBUS on Linux/aarch64 and MacOS/aarch64 (on MacOS/aarch64 even existing F32SDILDS fails)

-------------

PR: https://git.openjdk.java.net/jdk/pull/6641


More information about the hotspot-compiler-dev mailing list