On Tue, 8 Aug 2023 05:39:04 GMT, sid8606 <d...@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.jayag...@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