RFR: 8311630: [s390] Implementation of Foreign Function & Memory API (Preview) [v11]

Martin Doerr mdoerr at openjdk.org
Tue Aug 8 10:30:41 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/foreignGlobals_s390.cpp line 130:

> 128:       }
> 129:       switch (to_reg.stack_size()) {
> 130:         case 8: __ reg2mem_opt(as_Register(from_reg), Address(Z_SP, reg2offset(to_reg, out_bias)), true);break;

Coding style: Spaces missing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14801#discussion_r1286924775


More information about the core-libs-dev mailing list