On Mon, 22 May 2023 12:38:23 GMT, Martin Doerr <mdo...@openjdk.org> wrote:
> That would be better to read, but would make the PPC64 CallArranger dependent > on the current CABI. Note that there are tests which use > > ``` > import jdk.internal.foreign.abi.aarch64.CallArranger; > ... > CallArranger.LINUX.getBindings(mt, fd, false); > ``` > > for example. The tests are designed to run on all platforms. I see, thanks. Would be nice to have some for PPC64 too :) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/12708#discussion_r1200520623