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/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

Reply via email to