RFR: JDK-8256922: ppc, ppcle build broken after JDK-8254231 [v2]

Lutz Schmidt lucy at openjdk.java.net
Tue Nov 24 10:22:01 UTC 2020


On Tue, 24 Nov 2020 10:14:16 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Pardon me, I did not mean to stall this build-fixing integration. `_abi0` is an okay name, at least temporarily. We can rename it properly later.
>
> Please don't use `_abi_reg_args_spill` because it's often used for `abi_minframe` and other derived structures, too.
> We could name it `_ppc_abi` because it refers to the layout specified in the 64-bit PowerPC ELF Application Binary Interface.
> But I'm also fine with with `_abi0`.

@TheRealMDoerr Why not use `_abi_reg_args`, as Aleksey suggested? Do you see an issue with that name as well?

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

PR: https://git.openjdk.java.net/jdk/pull/1404


More information about the hotspot-dev mailing list