RFR: JDK-8256922: ppc, ppcle build broken after JDK-8254231 [v2]
    Martin Doerr 
    mdoerr at openjdk.java.net
       
    Tue Nov 24 10:22:01 UTC 2020
    
    
  
On Tue, 24 Nov 2020 09:44:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Sure, but lets ask @RealLucy @TheRealMDoerr first to agree on a name.
>
> 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`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1404
    
    
More information about the hotspot-dev
mailing list