RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v14]
Martin Doerr
mdoerr at openjdk.org
Tue Mar 14 20:33:40 UTC 2023
On Mon, 13 Mar 2023 14:31:19 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Introduce ABIv2CallArranger for linux ppc64le.
>
> test/jdk/java/foreign/TestHFA.java line 32:
>
>> 30: * @enablePreview
>> 31: * @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" | os.arch == "ppc64le" | os.arch == "riscv64"
>> 32: * @requires !vm.musl
>
> Not sure if this test should be disabled on musl?
Changed with https://github.com/openjdk/jdk/pull/12708/commits/364a84edc416abd5f1318f78057c92720fe96990. Plus added Upcalls.
-------------
PR: https://git.openjdk.org/jdk/pull/12708
More information about the core-libs-dev
mailing list