RFR: 8311630: [s390] Implementation of Foreign Function & Memory API (Preview) [v11]
Martin Doerr
mdoerr at openjdk.org
Tue Aug 8 10:35:39 UTC 2023
On Tue, 8 Aug 2023 05:39:04 GMT, sid8606 <duke at openjdk.org> wrote:
>> Implementation of "Foreign Function & Memory API" for s390x (Big Endian).
>
> sid8606 has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix indentation
>
> Signed-off-by: Sidraya <sidraya.jayagond at ibm.com>
src/hotspot/cpu/s390/upcallLinker_s390.cpp line 118:
> 116:
> 117: static const int upcall_stub_code_base_size = 1536; // depends on GC (resolve_jobject)
> 118: static const int upcall_stub_size_per_arg = 16; // arg save & restore + move
Again sizes from PPC64. Should be checked!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14801#discussion_r1286929336
More information about the core-libs-dev
mailing list