On Fri, 4 Jun 2021 12:57:17 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

> 
> That fix has a switch on the ABI type in the SystemLookup class (a new class 
> introduced by that fix). I believe that switch will no longer compile with 
> the changes in this PR as the ABI enum constants have changed - hopefully the 
> fix should be easy - e.g. just replace the case label with references AARCH64 
> with a compound case label which covers both ARM/linux and ARM/MacOS.

OK sure, the last commit fixes that.

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

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

Reply via email to