On Tue, 27 Apr 2021 02:14:07 GMT, Nick Gasson <ngas...@openjdk.org> wrote:

>> How about StandardAArch64Linker? Otherwise MacOsAArch64Linker sounds like it 
>> should be a specialisation of AArch64Linker.
>
> Or LinuxAArch64Linker if we're going to rename the CABI enum AArch64 -> 
> LinuxAArch64? But this would also be used on other OSs that use the Arm ABI 
> spec as-is (e.g. *BSD).

I think `LinuxAArch64Linker` makes the most sense, on the assumption that the 
Windows AArch64 ABI is different enough to warrent another enum value & linker 
impl.

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

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

Reply via email to