RFR: 8263512: [macos_aarch64] issues with calling va_args functions from invoke_native

Nick Gasson ngasson at openjdk.java.net
Fri Jun 4 15:10:18 UTC 2021


On Fri, 4 Jun 2021 12:57:17 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> 
> That fix has a switch on the ABI type in the SystemLookup class (a new class introduced by that fix). I believe that switch will no longer compile with the changes in this PR as the ABI enum constants have changed - hopefully the fix should be easy - e.g. just replace the case label with references AARCH64 with a compound case label which covers both ARM/linux and ARM/MacOS.

OK sure, the last commit fixes that.

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

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


More information about the core-libs-dev mailing list